Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks(theme=theme, css="style.css") as demo:
|
|
231 |
</div>""", elem_id="main_title")
|
232 |
|
233 |
with gr.Group():
|
234 |
-
model = gr.Text(label='Model', placeholder='e.g. stabilityai/stable-diffusion-xl-base-1.0', info='
|
235 |
vaecall = gr.Text(label='VAE', placeholder='e.g. madebyollin/sdxl-vae-fp16-fix')
|
236 |
lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl')
|
237 |
lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl')
|
|
|
231 |
</div>""", elem_id="main_title")
|
232 |
|
233 |
with gr.Group():
|
234 |
+
model = gr.Text(label='Model', value='stabilityai/stable-diffusion-xl-base-1.0', placeholder='e.g. stabilityai/stable-diffusion-xl-base-1.0', info='Insert the HUB path for this model! The model must be converted to diffusers. We recommend SG161222/RealVisXL_V4.0 for realistic generations, for example. By default, SDXL 1.0 (stabilityai/stable-diffusion-xl-base-1.0) will be used.')
|
235 |
vaecall = gr.Text(label='VAE', placeholder='e.g. madebyollin/sdxl-vae-fp16-fix')
|
236 |
lora = gr.Text(label='LoRA 1', placeholder='e.g. nerijs/pixel-art-xl')
|
237 |
lora2 = gr.Text(label='LoRA 2', placeholder='e.g. nerijs/pixel-art-xl')
|