Spaces:
Runtime error
Runtime error
Update sdxl_loras.json
Browse files- sdxl_loras.json +12 -2
sdxl_loras.json
CHANGED
|
@@ -2,11 +2,21 @@
|
|
| 2 |
{
|
| 3 |
"model": "primerz/lucasart",
|
| 4 |
"prompt": "<subject> in lucasarts style",
|
| 5 |
-
"nickname": "lucasarts"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
},
|
| 7 |
{
|
| 8 |
"model": "nerijs/pixelportraits192-XL-v1.0",
|
| 9 |
"prompt": "a pixel art portrait of <subject>",
|
| 10 |
-
"nickname": "Pixel Art style"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
}
|
| 12 |
]
|
|
|
|
| 2 |
{
|
| 3 |
"model": "primerz/lucasart",
|
| 4 |
"prompt": "<subject> in lucasarts style",
|
| 5 |
+
"nickname": "lucasarts",
|
| 6 |
+
"face_strength": 0.85,
|
| 7 |
+
"image_strength": 0.175,
|
| 8 |
+
"negative": "photo, photo-realistic",
|
| 9 |
+
"weight": 0.9,
|
| 10 |
+
"depth_control_scale": 0.8
|
| 11 |
},
|
| 12 |
{
|
| 13 |
"model": "nerijs/pixelportraits192-XL-v1.0",
|
| 14 |
"prompt": "a pixel art portrait of <subject>",
|
| 15 |
+
"nickname": "Pixel Art style",
|
| 16 |
+
"face_strength": 0.85,
|
| 17 |
+
"image_strength": 0.175,
|
| 18 |
+
"negative": "photo, photo-realistic",
|
| 19 |
+
"weight": 0.9,
|
| 20 |
+
"depth_control_scale": 0.8
|
| 21 |
}
|
| 22 |
]
|