Created
December 30, 2024 10:21
-
-
Save u1i/4c80dfa4bc61188f08d9e5574a80cd51 to your computer and use it in GitHub Desktop.
Draw Things API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "" | |
}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location 'localhost:7860' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment