Leteint commited on
Commit
9f0ba2e
·
verified ·
1 Parent(s): 0e9b3df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,9 +22,9 @@ from insightface.app import FaceAnalysis
22
  # ---------------------------
23
 
24
  # ⚠️ Mets ici TON repo diffusers ArtFusion (après conversion + push_to_hub)
25
- #BASE_MODEL_ID = "Leteint/artfusionXLReal_v16Lightning"
26
  #BASE_MODEL_ID = "jzli/PerfectWorld-v5"
27
- BASE_MODEL_ID = "Meina/MeinaPastel_V7"
28
 
29
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
30
  DTYPE = torch.float16 if DEVICE == "cuda" else torch.float32
 
22
  # ---------------------------
23
 
24
  # ⚠️ Mets ici TON repo diffusers ArtFusion (après conversion + push_to_hub)
25
+ BASE_MODEL_ID = "Leteint/artfusionXLReal_v16Lightning"
26
  #BASE_MODEL_ID = "jzli/PerfectWorld-v5"
27
+ #BASE_MODEL_ID = "Meina/MeinaPastel_V7"
28
 
29
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
30
  DTYPE = torch.float16 if DEVICE == "cuda" else torch.float32