Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1003,6 +1003,15 @@ loras = [
|
|
| 1003 |
"weights": "WaterColorSketchStyle.safetensors",
|
| 1004 |
"trigger_word": "WaterColorSketchStyle"
|
| 1005 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1006 |
]
|
| 1007 |
|
| 1008 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|
|
|
|
| 1003 |
"weights": "WaterColorSketchStyle.safetensors",
|
| 1004 |
"trigger_word": "WaterColorSketchStyle"
|
| 1005 |
},
|
| 1006 |
+
#102
|
| 1007 |
+
{
|
| 1008 |
+
"image": "https://huggingface.co/strangerzonehf/Flux-Midjourney-Painterly-LoRA/resolve/main/images/222.png",
|
| 1009 |
+
"title": "Midjourney-Painterly",
|
| 1010 |
+
"repo": "strangerzonehf/Flux-Midjourney-Painterly-LoRA",
|
| 1011 |
+
"weights": "midjourney-painterly.safetensors",
|
| 1012 |
+
"trigger_word": "mj painterly"
|
| 1013 |
+
},
|
| 1014 |
+
#103
|
| 1015 |
]
|
| 1016 |
|
| 1017 |
#--------------------------------------------------Model Initialization-----------------------------------------------------------------------------------------#
|