mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-09 15:09:50 +00:00
i
This commit is contained in:
@@ -6,6 +6,12 @@ from modules import scripts, script_callbacks
|
||||
from modules.paths import models_path
|
||||
from modules.ui_common import ToolButton, refresh_symbol
|
||||
from modules import shared
|
||||
from modules_forge.gradio_compile import gradio_compile
|
||||
|
||||
from ldm_patched.contrib.external import KSampler
|
||||
|
||||
|
||||
gradio_compile(KSampler.INPUT_TYPES(), prefix='sample')
|
||||
|
||||
|
||||
svd_root = os.path.join(models_path, 'svd')
|
||||
|
||||
5
modules_forge/gradio_compile.py
Normal file
5
modules_forge/gradio_compile.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
def gradio_compile(items, prefix):
|
||||
for k, v in items.items():
|
||||
a = 0
|
||||
return
|
||||
Reference in New Issue
Block a user