Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ controlnet = ControlNetModel.from_pretrained(
|
|
39 |
).to("cuda")
|
40 |
|
41 |
pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
|
42 |
-
|
43 |
-
"benjamin-paine/stable-diffusion-v1-5",
|
44 |
controlnet = controlnet,
|
45 |
torch_dtype = torch.float16,
|
46 |
safety_checker = None,
|
|
|
39 |
).to("cuda")
|
40 |
|
41 |
pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
|
42 |
+
"digiplay/GhostMixV1.2VAE",
|
43 |
+
#"benjamin-paine/stable-diffusion-v1-5",
|
44 |
controlnet = controlnet,
|
45 |
torch_dtype = torch.float16,
|
46 |
safety_checker = None,
|