Spaces:
Configuration error
Configuration error
Update gradio_demo/character_template.py
Browse files
gradio_demo/character_template.py
CHANGED
|
@@ -61,17 +61,17 @@ style_list = [
|
|
| 61 |
{
|
| 62 |
"name": "Cinematic Photography Style",
|
| 63 |
"prompt": "Cinematic Hollywood Film Style, ",
|
| 64 |
-
"path": "
|
| 65 |
},
|
| 66 |
{
|
| 67 |
"name": "Anime sketch style",
|
| 68 |
"prompt": "Pencil_Sketch:1.2, messy lines, greyscale, traditional media, sketch, ",
|
| 69 |
-
"path": "
|
| 70 |
},
|
| 71 |
{
|
| 72 |
"name": "Oil Painting Style",
|
| 73 |
"prompt": "palette knife painting, ",
|
| 74 |
-
"path": "
|
| 75 |
}
|
| 76 |
]
|
| 77 |
|
|
|
|
| 61 |
{
|
| 62 |
"name": "Cinematic Photography Style",
|
| 63 |
"prompt": "Cinematic Hollywood Film Style, ",
|
| 64 |
+
"path": "./checkpoint/style/Cinematic Hollywood Film.safetensors",
|
| 65 |
},
|
| 66 |
{
|
| 67 |
"name": "Anime sketch style",
|
| 68 |
"prompt": "Pencil_Sketch:1.2, messy lines, greyscale, traditional media, sketch, ",
|
| 69 |
+
"path": "./checkpoint/style/Anime_Sketch_SDXL.safetensors",
|
| 70 |
},
|
| 71 |
{
|
| 72 |
"name": "Oil Painting Style",
|
| 73 |
"prompt": "palette knife painting, ",
|
| 74 |
+
"path": "./checkpoint/style/EldritchPaletteKnife.safetensors",
|
| 75 |
}
|
| 76 |
]
|
| 77 |
|