Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ MAX_IMAGE_SIZE = 2048
|
|
| 25 |
|
| 26 |
# pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
|
| 27 |
|
|
|
|
| 28 |
|
| 29 |
def load_lora_auto(pipe, lora_input):
|
| 30 |
lora_input = lora_input.strip()
|
|
@@ -124,7 +125,7 @@ with gr.Blocks(css=css) as app:
|
|
| 124 |
with gr.Row():
|
| 125 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
|
| 126 |
with gr.Row():
|
| 127 |
-
custom_lora = gr.Textbox(label="Custom LoRA (optional)", info="URL or the path to the LoRA weights", placeholder="
|
| 128 |
with gr.Row():
|
| 129 |
with gr.Accordion("Advanced Settings", open=False):
|
| 130 |
lora_scale = gr.Slider(
|
|
|
|
| 25 |
|
| 26 |
# pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_returns_an_iterable_of_images.__get__(pipe)
|
| 27 |
|
| 28 |
+
# flymy-ai/qwen-image-realism-lora
|
| 29 |
|
| 30 |
def load_lora_auto(pipe, lora_input):
|
| 31 |
lora_input = lora_input.strip()
|
|
|
|
| 125 |
with gr.Row():
|
| 126 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
|
| 127 |
with gr.Row():
|
| 128 |
+
custom_lora = gr.Textbox(label="Custom LoRA (optional)", info="URL or the path to the LoRA weights", placeholder="kudzueye/boreal-qwen-image")
|
| 129 |
with gr.Row():
|
| 130 |
with gr.Accordion("Advanced Settings", open=False):
|
| 131 |
lora_scale = gr.Slider(
|