amazonaws-sp commited on
Commit
501134f
·
verified ·
1 Parent(s): 32dfd6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
114
  model = gr.Text(label='Model', placeholder='e.g. stabilityai/stable-diffusion-xl-base-1.0')
115
  vaecall = gr.Text(label='VAE', placeholder='e.g. madebyollin/sdxl-vae-fp16-fix')
116
  lora = gr.Text(label='LoRA', placeholder='e.g. nerijs/pixel-art-xl')
117
- url = gr.Text(label='URL', placeholder='URL')
118
  lora_scale = gr.Slider(
119
  info="The closer to 1, the more it will resemble LoRA, but errors may be visible.",
120
  label="Lora Scale",
@@ -123,6 +122,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
123
  step=0.01,
124
  value=0.7,
125
  )
 
126
  with gr.Row():
127
  prompt = gr.Text(
128
  placeholder="Input prompt",
 
114
  model = gr.Text(label='Model', placeholder='e.g. stabilityai/stable-diffusion-xl-base-1.0')
115
  vaecall = gr.Text(label='VAE', placeholder='e.g. madebyollin/sdxl-vae-fp16-fix')
116
  lora = gr.Text(label='LoRA', placeholder='e.g. nerijs/pixel-art-xl')
 
117
  lora_scale = gr.Slider(
118
  info="The closer to 1, the more it will resemble LoRA, but errors may be visible.",
119
  label="Lora Scale",
 
122
  step=0.01,
123
  value=0.7,
124
  )
125
+ url = gr.Text(label='URL (Img2Img)', placeholder='e.g https://example.com/image.png')
126
  with gr.Row():
127
  prompt = gr.Text(
128
  placeholder="Input prompt",