zanemotiwala commited on
Commit
b984c3e
1 Parent(s): 7d7443e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ caption_model = VisionEncoderDecoderModel.from_pretrained(model_checkpoint).to(d
14
 
15
  # Load the Stable Diffusion model
16
  #diffusion_model = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4")
17
- diffusion_model = StableDiffusionPipeline.from_pretrained("models/jbilcke-hf/sdxl-cinematic-2")
18
  diffusion_model = diffusion_model.to(device)
19
 
20
  def predict(image):
 
14
 
15
  # Load the Stable Diffusion model
16
  #diffusion_model = StableDiffusionPipeline.from_pretrained("CompVis/stable-diffusion-v1-4")
17
+ diffusion_model = StableDiffusionPipeline.from_pretrained("jbilcke-hf/sdxl-cinematic-2")
18
  diffusion_model = diffusion_model.to(device)
19
 
20
  def predict(image):