Alibrown commited on
Commit
e6ef378
·
verified ·
1 Parent(s): 22f5f6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ STORAGE_PORT = int(os.getenv('STORAGE_PORT', '22').strip()) # SFTP Port
23
  STORAGE_SECRET = os.getenv('STORAGE_SECRET', '').strip() # Secret Token
24
 
25
  # Modell-Optionen - können angepasst werden
26
- MODEL_REPO = os.getenv('MODEL_REPO', 'stabilityai/stable-diffusion-2-1-base') # Standard-Modell
27
  TORCH_DTYPE = os.getenv('TORCH_DTYPE', 'float16') # Standard-Präzision
28
 
29
  # Modell laden
 
23
  STORAGE_SECRET = os.getenv('STORAGE_SECRET', '').strip() # Secret Token
24
 
25
  # Modell-Optionen - können angepasst werden
26
+ MODEL_REPO = os.getenv('MODEL_REPO', 'stabilityai/stable-diffusion-3-medium-diffusers') # Standard-Modell
27
  TORCH_DTYPE = os.getenv('TORCH_DTYPE', 'float16') # Standard-Präzision
28
 
29
  # Modell laden