Jim Eric Skogman commited on
Commit
49c0455
1 Parent(s): c90d6f6

Change value in model name input field to stabilityai/stable-diffusion-xl-base-1.0

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as demo:
20
  c = gr.Slider(label="cfg", minimum=0.1, maximum=3, step=0.1, value=1, interactive=True)
21
  i_s = gr.Slider(label="sketch strength", minimum=0.1, maximum=0.9, step=0.1, value=0.9, interactive=True)
22
  with gr.Column():
23
- mod = gr.Text(label="Model HuggingFace id (after changing this wait until the model downloads in the console)", value="Lykon/dreamshaper-7", interactive=True)
24
  t = gr.Text(label="Prompt", value="Scary warewolf, 8K, realistic, colorful, long sharp teeth, splash art", interactive=True)
25
  se = gr.Number(label="seed", value=1337, interactive=True)
26
  with gr.Row(equal_height=True):
 
20
  c = gr.Slider(label="cfg", minimum=0.1, maximum=3, step=0.1, value=1, interactive=True)
21
  i_s = gr.Slider(label="sketch strength", minimum=0.1, maximum=0.9, step=0.1, value=0.9, interactive=True)
22
  with gr.Column():
23
+ mod = gr.Text(label="Model HuggingFace id (after changing this wait until the model downloads in the console)", value="stabilityai/stable-diffusion-xl-base-1.0", interactive=True)
24
  t = gr.Text(label="Prompt", value="Scary warewolf, 8K, realistic, colorful, long sharp teeth, splash art", interactive=True)
25
  se = gr.Number(label="seed", value=1337, interactive=True)
26
  with gr.Row(equal_height=True):