Update app.py
Browse files
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 |
)
|