ehristoforu commited on
Commit
4ac21b5
1 Parent(s): a1f4d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
36
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
37
  pipe.to('cuda')
38
  pipe_inpaint = StableDiffusionXLInpaintPipeline.from_pretrained(
39
- "ehristoforu/Visionix-alpha-inpainting",
40
  torch_dtype=torch.float16,
41
  use_safetensors=True,
42
  )
 
36
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
37
  pipe.to('cuda')
38
  pipe_inpaint = StableDiffusionXLInpaintPipeline.from_pretrained(
39
+ "https://huggingface.co/ehristoforu/Visionix-alpha-inpainting/blob/main/Visionix-alpha-inpainting.safetensors",
40
  torch_dtype=torch.float16,
41
  use_safetensors=True,
42
  )