Skip to content

Commit 821108c

Browse files
authored
Fix models path (huggingface#924)
1 parent 339738f commit 821108c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/stable_diffusion/web/index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ def resource_path(relative_path):
7171
],
7272
)
7373
custom_model_id = gr.Textbox(
74-
placeholder="check here: https://huggingface.co/models eg. runwayml/stable-diffusion-v1-5",
74+
placeholder="SG161222/Realistic_Vision_V1.3",
7575
value="",
7676
label="HuggingFace Model ID",
7777
)
7878
with gr.Group():
79-
ckpt_path = resource_path("models")
79+
ckpt_path = "models"
8080
types = (
8181
"*.ckpt",
8282
"*.safetensors",

0 commit comments

Comments
 (0)