Skip to content

Commit

Permalink
Update txt2img_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
powderluv authored Jun 23, 2023
1 parent 28e0919 commit ecb5e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stable_diffusion/web/ui/txt2img_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def txt2img_api(
)
txt2img_hf_model_id = gr.Textbox(
elem_id="hf_model_id",
placeholder="Select 'None' in the Models dropdown on the left and enter model ID here e.g: SG161222/Realistic_Vision_V1.3, https://civitai.com/api/download/models/15236",
placeholder="Select 'None' in the dropdown on the left and enter model ID here",
value="",
label="HuggingFace Model ID or Civitai model download URL",
lines=3,
Expand Down

0 comments on commit ecb5e8e

Please sign in to comment.