klj
Browse files
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
|