mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 17:09:49 +00:00
fix loading order
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ __pycache__
|
||||
*.safetensors
|
||||
*.pth
|
||||
*.dev.js
|
||||
*.pyi
|
||||
.DS_Store
|
||||
/output/
|
||||
/ESRGAN/*
|
||||
|
||||
@@ -14,7 +14,13 @@ from PIL import Image
|
||||
from io import BytesIO
|
||||
from gradio.context import Context
|
||||
from functools import wraps
|
||||
from modules.ui_components import FormComponent
|
||||
|
||||
|
||||
class FormComponent:
|
||||
webui_do_not_create_gradio_pyi_thank_you = True
|
||||
|
||||
def get_expected_parent(self):
|
||||
return gr.components.Form
|
||||
|
||||
|
||||
canvas_js_root_path = os.path.dirname(__file__)
|
||||
|
||||
Reference in New Issue
Block a user