RanM commited on
Commit
f085386
·
verified ·
1 Parent(s): c11a7d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import base64
8
  # Load the model once at the start
9
  print("Loading the Stable Diffusion model...")
10
  try:
11
- model = AutoPipelineForText2Image.from_pretrained("Bakanayatsu/ponyDiffusion-V6-XL-Turbo-DPO")
12
  print("Model loaded successfully.")
13
  except Exception as e:
14
  print(f"Error loading model: {e}")
 
8
  # Load the model once at the start
9
  print("Loading the Stable Diffusion model...")
10
  try:
11
+ model = AutoPipelineForText2Image.from_pretrained("stabilityai/sdxl-turbo")
12
  print("Model loaded successfully.")
13
  except Exception as e:
14
  print(f"Error loading model: {e}")