mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-02 03:29:49 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
|
|
def gradio_compile(items, prefix):
|
|
for k, v in items["required"].items():
|
|
a = 0
|
|
return
|