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

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
- "Lykon/absolute-reality-1.6525-inpainting", torch_dtype=torch_dtype
50
  )
51
 
52
  pipeline.to(device)
 
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)