Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ pipe, params = FlaxStableDiffusionControlNetPipeline.from_pretrained(
|
|
| 36 |
controlnet=controlnet,
|
| 37 |
from_pt=True,
|
| 38 |
dtype=jnp.float32,
|
| 39 |
-
safety_checker=None,
|
| 40 |
)
|
| 41 |
|
| 42 |
# inference function takes prompt, negative prompt and image
|
|
|
|
| 36 |
controlnet=controlnet,
|
| 37 |
from_pt=True,
|
| 38 |
dtype=jnp.float32,
|
| 39 |
+
#safety_checker=None,
|
| 40 |
)
|
| 41 |
|
| 42 |
# inference function takes prompt, negative prompt and image
|