sd-webui-openpose-editor/test_post.py

3 lines
129 B
Python

import requests
print(requests.post('http://localhost:7860/openpose_editor_index/', json={"image": 'AAA', 'pose': 'pose'}).text)