Spaces:
Runtime error
Runtime error
Commit
·
a6df2dc
1
Parent(s):
e7cc867
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ def create_key(seed=0):
|
|
13 |
|
14 |
pipe, params = FlaxStableDiffusionPipeline.from_pretrained(
|
15 |
"MuhammadHanif/stable-diffusion-v1-5-high-res",
|
16 |
-
controlnet=controlnet, revision="flax",
|
17 |
dtype=jnp.bfloat16,
|
18 |
use_memory_efficient_attention=True
|
19 |
)
|
|
|
13 |
|
14 |
pipe, params = FlaxStableDiffusionPipeline.from_pretrained(
|
15 |
"MuhammadHanif/stable-diffusion-v1-5-high-res",
|
|
|
16 |
dtype=jnp.bfloat16,
|
17 |
use_memory_efficient_attention=True
|
18 |
)
|