mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-04 15:09:56 +00:00
12 lines
761 B
Markdown
12 lines
761 B
Markdown
### Google Blockly
|
|
|
|
Starting from **v2.0.1**, Forge will begin incorporating **Google Blockly** as a prototyping tool for certain developments. This approach is aimed at enhancing the speed and flexibility of experimental feature creation.
|
|
|
|
- **Experimental Prototype**: Forge may store experimental Visual Programming Graphs (VPGs) directly in Google Blockly specifications within the `google_blockly` folder.
|
|
- **Mature Code**: Once code has matured and proven its stability, it may be rewritten in Python and moved to its appropriate directory, if necessary.
|
|
|
|
For further references, see also the following resources:
|
|
|
|
- [Google Blockly GitHub Repository](https://github.com/google/blockly)
|
|
- [Google Blockly Homepage](https://developers.google.com/blockly)
|