mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-07 00:19:57 +00:00
Upload "Google Blockly" prototyping tools
This commit is contained in:
@@ -132,3 +132,9 @@ def initialize_rest(*, reload_script_modules=False):
|
||||
extra_networks.initialize()
|
||||
extra_networks.register_default_extra_networks()
|
||||
startup_timer.record("initialize extra networks")
|
||||
|
||||
from modules_forge.google_blockly.loader import load_all_google_blockly
|
||||
load_all_google_blockly()
|
||||
startup_timer.record("initialize google blockly")
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user