Spaces:
Running on Zero
Running on Zero
Update app_lora.py
Browse files- app_lora.py +1 -1
app_lora.py
CHANGED
|
@@ -687,7 +687,7 @@ def generate_image_all_latents(prompt, height, width, steps, seed, guidance_scal
|
|
| 687 |
yield placeholder, latent_gallery, LOGS
|
| 688 |
|
| 689 |
@spaces.GPU
|
| 690 |
-
def
|
| 691 |
"""
|
| 692 |
Generate image using ZImagePipeline with optional LoRA adapter.
|
| 693 |
Shows step previews and final image.
|
|
|
|
| 687 |
yield placeholder, latent_gallery, LOGS
|
| 688 |
|
| 689 |
@spaces.GPU
|
| 690 |
+
def generate_imagenegative(prompt, height, width, steps, seed, guidance_scale=7.5):
|
| 691 |
"""
|
| 692 |
Generate image using ZImagePipeline with optional LoRA adapter.
|
| 693 |
Shows step previews and final image.
|