omni-devel commited on
Commit
140d11b
·
verified ·
1 Parent(s): 7ea3600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ else:
46
  device = "cpu"
47
 
48
  pipeline = AutoPipelineForInpainting.from_pretrained(
49
- "alimama-creative/FLUX.1-dev-Controlnet-Inpainting-Beta", torch_dtype=torch_dtype
50
  )
51
 
52
  pipeline.to(device)
 
46
  device = "cpu"
47
 
48
  pipeline = AutoPipelineForInpainting.from_pretrained(
49
+ "stable-diffusion-v1-5/stable-diffusion-v1-5", torch_dtype=torch_dtype
50
  )
51
 
52
  pipeline.to(device)