Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,10 +4,10 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"circulus/sd-anireal-3d-v2",
|
| 8 |
"circulus/sd-photoreal-semi-v2",
|
| 9 |
"circulus/sd-photoreal-real-v2",
|
| 10 |
-
"stablediffusionapi/anything-v5",
|
| 11 |
"gsdf/Counterfeit-V2.0",
|
| 12 |
"stablediffusionapi/counterfeit-v30",
|
| 13 |
"dreamlike-art/dreamlike-anime-1.0",
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"circulus/sd-photoreal-v2.7",
|
| 8 |
"circulus/sd-anireal-3d-v2",
|
| 9 |
"circulus/sd-photoreal-semi-v2",
|
| 10 |
"circulus/sd-photoreal-real-v2",
|
|
|
|
| 11 |
"gsdf/Counterfeit-V2.0",
|
| 12 |
"stablediffusionapi/counterfeit-v30",
|
| 13 |
"dreamlike-art/dreamlike-anime-1.0",
|