We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339738f commit 821108cCopy full SHA for 821108c
apps/stable_diffusion/web/index.py
@@ -71,12 +71,12 @@ def resource_path(relative_path):
71
],
72
)
73
custom_model_id = gr.Textbox(
74
- placeholder="check here: https://huggingface.co/models eg. runwayml/stable-diffusion-v1-5",
+ placeholder="SG161222/Realistic_Vision_V1.3",
75
value="",
76
label="HuggingFace Model ID",
77
78
with gr.Group():
79
- ckpt_path = resource_path("models")
+ ckpt_path = "models"
80
types = (
81
"*.ckpt",
82
"*.safetensors",
0 commit comments