Spaces:
Runtime error
Runtime error
horsey-defy commited on
Commit ·
65952f3
1
Parent(s): f256fbb
Added logs
Browse files
app.py
CHANGED
|
@@ -212,7 +212,13 @@ def txt2img(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, he
|
|
| 212 |
"height": height,
|
| 213 |
"seed": seed
|
| 214 |
})
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
|
|
|
|
|
|
|
| 216 |
job = rendernet_client.wait(result)
|
| 217 |
|
| 218 |
return job["imageUrl"]
|
|
|
|
| 212 |
"height": height,
|
| 213 |
"seed": seed
|
| 214 |
})
|
| 215 |
+
|
| 216 |
+
print("Result Value:")
|
| 217 |
+
print("")
|
| 218 |
+
print(result)
|
| 219 |
|
| 220 |
+
print("Job Value:")
|
| 221 |
+
print("")
|
| 222 |
job = rendernet_client.wait(result)
|
| 223 |
|
| 224 |
return job["imageUrl"]
|