Skip to content

Instantly share code, notes, and snippets.

@u1i
Created December 30, 2024 10:21
Show Gist options
  • Save u1i/4c80dfa4bc61188f08d9e5574a80cd51 to your computer and use it in GitHub Desktop.
Save u1i/4c80dfa4bc61188f08d9e5574a80cd51 to your computer and use it in GitHub Desktop.
Draw Things API
curl --location 'localhost:7860/sdapi/v1/txt2img' \
--header 'Content-Type: application/json' \
--data '{
"height": 576,
"width": 1024,
"seed": -1,
"prompt": "Futuristic abandoned city, taken by plants, rust, green, destroyed robots, rain, heavy clouds, 8k, realistic",
"negative_prompt": ""
}'
curl --location 'localhost:7860'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment