Spaces:
Runtime error
Runtime error
use realistic vision
Browse files
app.py
CHANGED
@@ -23,7 +23,8 @@ controlnet = [
|
|
23 |
]
|
24 |
|
25 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
26 |
-
"runwayml/stable-diffusion-v1-5",
|
|
|
27 |
controlnet=controlnet,
|
28 |
safety_checker=None,
|
29 |
torch_dtype=torch.float16,
|
|
|
23 |
]
|
24 |
|
25 |
pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
26 |
+
#"runwayml/stable-diffusion-v1-5",
|
27 |
+
"SG161222/Realistic_Vision_V1.4",
|
28 |
controlnet=controlnet,
|
29 |
safety_checker=None,
|
30 |
torch_dtype=torch.float16,
|