Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,6 +67,7 @@ def generate(prompt,
|
|
| 67 |
total_images=[],
|
| 68 |
progress=gr.Progress()
|
| 69 |
):
|
|
|
|
| 70 |
slider_x = [concept_2, concept_1]
|
| 71 |
# check if avg diff for directions need to be re-calculated
|
| 72 |
if randomize_seed:
|
|
|
|
| 67 |
total_images=[],
|
| 68 |
progress=gr.Progress()
|
| 69 |
):
|
| 70 |
+
print(f"Prompt: {prompt}, ← {concept_2}, {concept_1} ➡️ . scale {scale}, interm steps {interm_steps}")
|
| 71 |
slider_x = [concept_2, concept_1]
|
| 72 |
# check if avg diff for directions need to be re-calculated
|
| 73 |
if randomize_seed:
|