Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def main(prompt, negative_prompt, seed, randomize_seed, width, height, guidance_
|
|
66 |
num_images_per_prompt=1,
|
67 |
width = width,
|
68 |
height = height,
|
69 |
-
).images[0]
|
70 |
|
71 |
pipeline.unload_lora_weights()
|
72 |
|
|
|
66 |
num_images_per_prompt=1,
|
67 |
width = width,
|
68 |
height = height,
|
69 |
+
).images[0]
|
70 |
|
71 |
pipeline.unload_lora_weights()
|
72 |
|