Spaces:
Running
on
Zero
Running
on
Zero
update app
#20
by
prithivMLmods
- opened
app.py
CHANGED
|
@@ -58,7 +58,7 @@ loras = [
|
|
| 58 |
"trigger_word": "Sketch Smudge"
|
| 59 |
},
|
| 60 |
{
|
| 61 |
-
"image": "https://huggingface.co/Shakker-Labs/AWPortrait-QW/resolve/main/images/
|
| 62 |
"title": "AWPortrait QW",
|
| 63 |
"repo": "Shakker-Labs/AWPortrait-QW",
|
| 64 |
"weights": "AWPortrait-QW_1.0.safetensors",
|
|
@@ -106,6 +106,13 @@ loras = [
|
|
| 106 |
"weights": "qwenglitch1.safetensors",
|
| 107 |
"trigger_word": "qwenglitch"
|
| 108 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
{
|
| 110 |
"image": "https://huggingface.co/alfredplpl/qwen-image-modern-anime-lora/resolve/main/sample1.jpg",
|
| 111 |
"title": "Modern Anime Lora",
|
|
@@ -113,13 +120,6 @@ loras = [
|
|
| 113 |
"weights": "lora.safetensors",
|
| 114 |
"trigger_word": "Japanese modern anime style"
|
| 115 |
},
|
| 116 |
-
{
|
| 117 |
-
"image": "https://huggingface.co/damnthatai/Apple_QuickTake_150_Digital_Camera_Qwen/resolve/main/images/20250817084713_Qwen.jpg",
|
| 118 |
-
"title": "Apple QuickTake 150 Digital Camera",
|
| 119 |
-
"repo": "damnthatai/Apple_QuickTake_150_Digital_Camera_Qwen",
|
| 120 |
-
"weights": "quicktake150style_qwen.safetensors",
|
| 121 |
-
"trigger_word": "quicktake150style"
|
| 122 |
-
},
|
| 123 |
]
|
| 124 |
|
| 125 |
# Initialize the base model
|
|
@@ -481,7 +481,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
|
|
| 481 |
aspect_ratio = gr.Dropdown(
|
| 482 |
label="Aspect Ratio",
|
| 483 |
choices=["1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3"],
|
| 484 |
-
value="
|
| 485 |
)
|
| 486 |
with gr.Row():
|
| 487 |
speed_mode = gr.Dropdown(
|
|
|
|
| 58 |
"trigger_word": "Sketch Smudge"
|
| 59 |
},
|
| 60 |
{
|
| 61 |
+
"image": "https://huggingface.co/Shakker-Labs/AWPortrait-QW/resolve/main/images/08fdaf6b644b61136340d5c908ca37993e47f34cdbe2e8e8251c4c72.jpg",
|
| 62 |
"title": "AWPortrait QW",
|
| 63 |
"repo": "Shakker-Labs/AWPortrait-QW",
|
| 64 |
"weights": "AWPortrait-QW_1.0.safetensors",
|
|
|
|
| 106 |
"weights": "qwenglitch1.safetensors",
|
| 107 |
"trigger_word": "qwenglitch"
|
| 108 |
},
|
| 109 |
+
{
|
| 110 |
+
"image": "https://huggingface.co/motimalu/qwen-flat-color-v2/resolve/main/images/ComfyUI_00919_.png",
|
| 111 |
+
"title": "Flat Color v2",
|
| 112 |
+
"repo": "motimalu/qwen-flat-color-v2",
|
| 113 |
+
"weights": "qwen_flat_color_v2.safetensors",
|
| 114 |
+
"trigger_word": "flat color, no lineart"
|
| 115 |
+
},
|
| 116 |
{
|
| 117 |
"image": "https://huggingface.co/alfredplpl/qwen-image-modern-anime-lora/resolve/main/sample1.jpg",
|
| 118 |
"title": "Modern Anime Lora",
|
|
|
|
| 120 |
"weights": "lora.safetensors",
|
| 121 |
"trigger_word": "Japanese modern anime style"
|
| 122 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
]
|
| 124 |
|
| 125 |
# Initialize the base model
|
|
|
|
| 481 |
aspect_ratio = gr.Dropdown(
|
| 482 |
label="Aspect Ratio",
|
| 483 |
choices=["1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3"],
|
| 484 |
+
value="16:9"
|
| 485 |
)
|
| 486 |
with gr.Row():
|
| 487 |
speed_mode = gr.Dropdown(
|