Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,13 @@ loras = [
|
|
23 |
"trigger_position": "prepend",
|
24 |
"title": "Super Realism"
|
25 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
{
|
27 |
"repo": "valiantcat/Qwen-Image-Gufeng-LoRA",
|
28 |
"image": "https://huggingface.co/valiantcat/Qwen-Image-Gufeng-LoRA/resolve/main/result/output1.png",
|
@@ -347,7 +354,7 @@ css = '''
|
|
347 |
|
348 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
349 |
title = gr.HTML(
|
350 |
-
"""<h1><img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image" style="height: 100px; margin-right: 10px; vertical-align: middle;"
|
351 |
elem_id="title",
|
352 |
)
|
353 |
|
|
|
23 |
"trigger_position": "prepend",
|
24 |
"title": "Super Realism"
|
25 |
},
|
26 |
+
{
|
27 |
+
"repo": "janekm/analog_film",
|
28 |
+
"image": "",
|
29 |
+
"trigger_word": "fifthel",
|
30 |
+
"trigger_position": "prepend",
|
31 |
+
"weights": "converted_complete.safetensors"
|
32 |
+
}
|
33 |
{
|
34 |
"repo": "valiantcat/Qwen-Image-Gufeng-LoRA",
|
35 |
"image": "https://huggingface.co/valiantcat/Qwen-Image-Gufeng-LoRA/resolve/main/result/output1.png",
|
|
|
354 |
|
355 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
356 |
title = gr.HTML(
|
357 |
+
"""<h1><img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image" style="height: 100px; margin-right: 10px; vertical-align: middle;"><br />Qwen-Image LoRA Explorer</h1>""",
|
358 |
elem_id="title",
|
359 |
)
|
360 |
|