Spaces:
Runtime error
Runtime error
Commit ·
e613c64
1
Parent(s): 6a610e7
Update app.py
Browse filesDifferent controlnet
app.py
CHANGED
|
@@ -28,7 +28,7 @@ qrcode_generator = qrcode.QRCode(
|
|
| 28 |
)
|
| 29 |
|
| 30 |
controlnet = ControlNetModel.from_pretrained(
|
| 31 |
-
"
|
| 32 |
)
|
| 33 |
|
| 34 |
pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
controlnet = ControlNetModel.from_pretrained(
|
| 31 |
+
"monster-labs/control_v1p_sd15_qrcode_monster", torch_dtype=torch.float16
|
| 32 |
)
|
| 33 |
|
| 34 |
pipe = StableDiffusionControlNetImg2ImgPipeline.from_pretrained(
|