Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,15 +78,16 @@ class JobStatusResponse(BaseModel):
|
|
| 78 |
created_at: float
|
| 79 |
updated_at: float
|
| 80 |
|
| 81 |
-
# HIGH-QUALITY MODEL SELECTION - ANIME FOCUSED
|
| 82 |
MODEL_CHOICES = {
|
| 83 |
-
"dreamshaper-8": "lykon/dreamshaper-8",
|
| 84 |
-
"realistic-vision": "SG161222/Realistic_Vision_V5.1", #
|
| 85 |
-
"
|
| 86 |
-
"
|
| 87 |
-
"
|
| 88 |
-
"openjourney": "prompthero/openjourney",
|
| 89 |
-
"
|
|
|
|
| 90 |
}
|
| 91 |
|
| 92 |
# GLOBAL STORAGE
|
|
|
|
| 78 |
created_at: float
|
| 79 |
updated_at: float
|
| 80 |
|
| 81 |
+
# HIGH-QUALITY MODEL SELECTION - ANIME FOCUSED & WORKING
|
| 82 |
MODEL_CHOICES = {
|
| 83 |
+
"dreamshaper-8": "lykon/dreamshaper-8", # Great all-rounder
|
| 84 |
+
"realistic-vision": "SG161222/Realistic_Vision_V5.1", # Photorealistic
|
| 85 |
+
"counterfeit": "gsdf/Counterfeit-V2.5", # Excellent for anime
|
| 86 |
+
"anything-v4": "andite/anything-v4.0", # Classic anime model
|
| 87 |
+
"pastel-mix": "andite/pastel-mix", # Soft anime style
|
| 88 |
+
"openjourney": "prompthero/openjourney", # Midjourney style
|
| 89 |
+
"protogen": "darkstorm2150/Protogen_x3.4_Official_Release", # Fantasy/Scifi
|
| 90 |
+
"sd-1.5": "runwayml/stable-diffusion-v1-5", # Base model (always works)
|
| 91 |
}
|
| 92 |
|
| 93 |
# GLOBAL STORAGE
|