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