EnigmaOfTheWorld commited on
Commit
2a0479d
·
1 Parent(s): 6309af6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -160,8 +160,7 @@ pipe = StableDiffusionControlNetPipeline.from_pretrained(
160
  torch_dtype=torch.float16
161
 
162
 
163
- ).to('cuda')
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 = {