Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
6375b74
1
Parent(s):
07a1077
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,6 @@ def remove_custom_lora(selected_indices, current_loras, gallery):
|
|
270 |
lora_image_2
|
271 |
)
|
272 |
|
273 |
-
@spaces.GPU(duration=75)
|
274 |
def generate_image(prompt_mash, steps, seed, cfg_scale, width, height, progress):
|
275 |
print("Generating image...")
|
276 |
pipe.to("cuda")
|
|
|
270 |
lora_image_2
|
271 |
)
|
272 |
|
|
|
273 |
def generate_image(prompt_mash, steps, seed, cfg_scale, width, height, progress):
|
274 |
print("Generating image...")
|
275 |
pipe.to("cuda")
|