2MaxM commited on
Commit
6273843
·
verified ·
1 Parent(s): 6de0e77
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ model_id = "Apocalypse-19/shoe-generator"
6
  pipe = DiffusionPipeline.from_pretrained(model_id)
7
 
8
  pipe.to("cuda")
9
- pipe.enable_xformers_memory_efficient_attention()
10
 
11
 
12
  # Function to generate an image from text using diffusion
 
6
  pipe = DiffusionPipeline.from_pretrained(model_id)
7
 
8
  pipe.to("cuda")
9
+ # pipe.enable_xformers_memory_efficient_attention()
10
 
11
 
12
  # Function to generate an image from text using diffusion