Omnibus commited on
Commit
623f88e
1 Parent(s): 989226e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ controlnet = ControlNetModel.from_pretrained(
48
  "lllyasviel/sd-controlnet-openpose", torch_dtype=torch.get_default_dtype()
49
  )
50
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
51
- "runwayml/stable-diffusion-v1-5", controlnet=controlnet, safety_checker=True, torch_dtype=torch.get_default_dtype()
52
  )
53
  pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
54
 
 
48
  "lllyasviel/sd-controlnet-openpose", torch_dtype=torch.get_default_dtype()
49
  )
50
  pipe = StableDiffusionControlNetPipeline.from_pretrained(
51
+ "runwayml/stable-diffusion-v1-5", controlnet=controlnet, torch_dtype=torch.get_default_dtype()
52
  )
53
  pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
54