yukee1992 commited on
Commit
57cc4ee
·
verified ·
1 Parent(s): 7b28e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
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", # Great for general purpose
84
- "realistic-vision": "SG161222/Realistic_Vision_V5.1", # For realistic
85
- "meinamix": "meina/meina-mix", # Popular anime model
86
- "pastel-mix": "andite/pastel-mix", # Anime style
87
- "anything-v4": "andite/anything-v4.0", # Working version
88
- "openjourney": "prompthero/openjourney", # Midjourney style
89
- "sd-1.5": "runwayml/stable-diffusion-v1-5", # Base model
 
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