yukee1992 commited on
Commit
d58ee5c
·
verified ·
1 Parent(s): b02bbf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -96,14 +96,15 @@ class MemoryStatusResponse(BaseModel):
96
 
97
  # HIGH-QUALITY MODEL SELECTION - ANIME FOCUSED & WORKING
98
  MODEL_CHOICES = {
99
- "dreamshaper-8": "lykon/dreamshaper-8", # Great all-rounder
100
- "realistic-vision": "SG161222/Realistic_Vision_V5.1", # Photorealistic
101
- "counterfeit": "gsdf/Counterfeit-V2.5", # Excellent for anime
102
- "anything-v4": "andite/anything-v4.0", # Classic anime model
103
- "pastel-mix": "andite/pastel-mix", # Soft anime style
104
- "openjourney": "prompthero/openjourney", # Midjourney style
105
- "protogen": "darkstorm2150/Protogen_x3.4_Official_Release", # Fantasy/Scifi
106
- "sd-1.5": "runwayml/stable-diffusion-v1-5", # Base model (always works)
 
107
  }
108
 
109
  # GLOBAL STORAGE
 
96
 
97
  # HIGH-QUALITY MODEL SELECTION - ANIME FOCUSED & WORKING
98
  MODEL_CHOICES = {
99
+ "dreamshaper-8": "lykon/dreamshaper-8",
100
+ "realistic-vision": "SG161222/Realistic_Vision_V5.1",
101
+ "counterfeit": "gsdf/Counterfeit-V2.5",
102
+ "pastel-mix": "andite/pastel-mix",
103
+ "meina-mix": "Meina/MeinaMix",
104
+ "meina-pastel": "Meina/MeinaPastel",
105
+ "abyss-orange": "warriorxza/AbyssOrangeMix",
106
+ "openjourney": "prompthero/openjourney",
107
+ "sd-1.5": "runwayml/stable-diffusion-v1-5",
108
  }
109
 
110
  # GLOBAL STORAGE