Spaces:
Running
on
Zero
Running
on
Zero
Update app_lora1.py
Browse files- app_lora1.py +1 -0
app_lora1.py
CHANGED
|
@@ -72,6 +72,7 @@ def list_loras_from_repo(repo_id: str):
|
|
| 72 |
@spaces.GPU()
|
| 73 |
def generate_image(prompt, height, width, steps, seed, guidance_scale):
|
| 74 |
LOGS = []
|
|
|
|
| 75 |
|
| 76 |
if pipe is None:
|
| 77 |
return None, [], "❌ Pipeline not initialized"
|
|
|
|
| 72 |
@spaces.GPU()
|
| 73 |
def generate_image(prompt, height, width, steps, seed, guidance_scale):
|
| 74 |
LOGS = []
|
| 75 |
+
print(prompt)
|
| 76 |
|
| 77 |
if pipe is None:
|
| 78 |
return None, [], "❌ Pipeline not initialized"
|