Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,6 +71,13 @@ loras = [
|
|
| 71 |
"weights": "qwen-anime.safetensors",
|
| 72 |
"trigger_word": "Qwen Anime"
|
| 73 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
{
|
| 75 |
"image": "https://huggingface.co/prithivMLmods/Qwen-Image-Synthetic-Face/resolve/main/images/2.png",
|
| 76 |
"title": "Synthetic Face",
|
|
@@ -113,7 +120,6 @@ loras = [
|
|
| 113 |
"weights": "lora.safetensors",
|
| 114 |
"trigger_word": "Japanese modern anime style"
|
| 115 |
},
|
| 116 |
-
|
| 117 |
]
|
| 118 |
|
| 119 |
# Initialize the base model
|
|
|
|
| 71 |
"weights": "qwen-anime.safetensors",
|
| 72 |
"trigger_word": "Qwen Anime"
|
| 73 |
},
|
| 74 |
+
{
|
| 75 |
+
"image": "https://huggingface.co/damnthatai/Apple_QuickTake_150_Digital_Camera_Qwen/resolve/main/images/20250817084713_Qwen.jpg",
|
| 76 |
+
"title": "Apple QuickTake 150 Digital Camera",
|
| 77 |
+
"repo": "damnthatai/Apple_QuickTake_150_Digital_Camera_Qwen",
|
| 78 |
+
"weights": "quicktake150style_qwen.safetensors",
|
| 79 |
+
"trigger_word": "quicktake150style"
|
| 80 |
+
},
|
| 81 |
{
|
| 82 |
"image": "https://huggingface.co/prithivMLmods/Qwen-Image-Synthetic-Face/resolve/main/images/2.png",
|
| 83 |
"title": "Synthetic Face",
|
|
|
|
| 120 |
"weights": "lora.safetensors",
|
| 121 |
"trigger_word": "Japanese modern anime style"
|
| 122 |
},
|
|
|
|
| 123 |
]
|
| 124 |
|
| 125 |
# Initialize the base model
|