Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -415,8 +415,10 @@ By uploading your LoRAs to Hugging Face you get diffusers compatibility, a free
|
|
415 |
with gr.Column(visible=False) as enabled_area:
|
416 |
with gr.Column():
|
417 |
submit_source_civit = gr.Textbox(
|
|
|
418 |
label="CivitAI model URL",
|
419 |
info="URL of the CivitAI LoRA",
|
|
|
420 |
)
|
421 |
with gr.Accordion("Bulk upload (bring in multiple LoRAs)", open=False):
|
422 |
civit_username_to_bulk = gr.Textbox(label="CivitAI username (optional)", info="Type your CivitAI username here to automagically fill the bulk models URLs list below (optional, you can paste links down here directly)")
|
|
|
415 |
with gr.Column(visible=False) as enabled_area:
|
416 |
with gr.Column():
|
417 |
submit_source_civit = gr.Textbox(
|
418 |
+
placeholder="https://civitai.com/models/144684/pixelartredmond-pixel-art-loras-for-sd-xl",
|
419 |
label="CivitAI model URL",
|
420 |
info="URL of the CivitAI LoRA",
|
421 |
+
|
422 |
)
|
423 |
with gr.Accordion("Bulk upload (bring in multiple LoRAs)", open=False):
|
424 |
civit_username_to_bulk = gr.Textbox(label="CivitAI username (optional)", info="Type your CivitAI username here to automagically fill the bulk models URLs list below (optional, you can paste links down here directly)")
|