Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ def generate_image(prompt, negative_prompt, sampler, seed, guidance_scale, infer
|
|
| 32 |
"guidance_scale": guidance_scale,
|
| 33 |
"inference_steps": inference_steps
|
| 34 |
}
|
| 35 |
-
|
| 36 |
session = requests.Session()
|
| 37 |
response = session.post(invoke_url, headers=headers, json=payload)
|
| 38 |
|
|
|
|
| 32 |
"guidance_scale": guidance_scale,
|
| 33 |
"inference_steps": inference_steps
|
| 34 |
}
|
| 35 |
+
print(payload)
|
| 36 |
session = requests.Session()
|
| 37 |
response = session.post(invoke_url, headers=headers, json=payload)
|
| 38 |
|