Skier8402 commited on
Commit
62fd1cb
1 Parent(s): 725f305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from diffusers import DDIMScheduler
9
  device = 'mps' if torch.backends.mps.is_available() else 'cuda' if torch.cuda.is_available() else 'cpu'
10
 
11
  # Load the pretrained pipeline
12
- pipeline_name = 'Skier8402/ddpm-celebahq-finetuned-butterflies-16epochs'
13
  image_pipe = DDPMPipeline.from_pretrained(pipeline_name).to(device)
14
 
15
  # Set up the scheduler
 
9
  device = 'mps' if torch.backends.mps.is_available() else 'cuda' if torch.cuda.is_available() else 'cpu'
10
 
11
  # Load the pretrained pipeline
12
+ pipeline_name = 'johnowhitaker/sd-class-wikiart-from-bedrooms'
13
  image_pipe = DDPMPipeline.from_pretrained(pipeline_name).to(device)
14
 
15
  # Set up the scheduler