Updoot
This commit is contained in:
parent
7c6d64bb0f
commit
6ba5bf90cc
@ -119,13 +119,3 @@ class DiffuseAPI():
|
|||||||
async with session.post("/sdapi/v1/txt2img", json=payload) as image_json:
|
async with session.post("/sdapi/v1/txt2img", json=payload) as image_json:
|
||||||
image_data = await image_json.json()
|
image_data = await image_json.json()
|
||||||
return image_data["images"][0]
|
return image_data["images"][0]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# try:
|
|
||||||
# req_json = await request.json()
|
|
||||||
# request.close()
|
|
||||||
# await sess.close()
|
|
||||||
# return req_json["images"][0]
|
|
||||||
# except:
|
|
||||||
# return None
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user