Spaces:
Runtime error
Runtime error
Commit
·
2a0479d
1
Parent(s):
6309af6
Update app.py
Browse files
app.py
CHANGED
@@ -160,8 +160,7 @@ pipe = StableDiffusionControlNetPipeline.from_pretrained(
|
|
160 |
torch_dtype=torch.float16
|
161 |
|
162 |
|
163 |
-
)
|
164 |
-
pipe.enable_xformers_memory_efficient_attention()
|
165 |
|
166 |
|
167 |
SAMPLER_MAP = {
|
|
|
160 |
torch_dtype=torch.float16
|
161 |
|
162 |
|
163 |
+
)
|
|
|
164 |
|
165 |
|
166 |
SAMPLER_MAP = {
|