🛠️ OpenAI experiments — 84

Arash Kamangir
2 min readJun 4, 2024

--

Next,

@select; \
blue_stability generate image \
~dryrun,height=576,width=768 \
carrot - \
"an orange carrot walking on Mars."
@select; \
@openai generate image \
~dryrun,height=1024,width=1024 \
carrot - \
"an orange carrot walking on Mars."
@select; \
@openai images generate - \
"an orange carrot walking on Mars." .

https://www.reddit.com/r/StableDiffusion/?f=flair_name%3A%22Workflow%20Included%22

curl -v \
https://app.graydient.ai/api/v3/render \
-X POST \
-H "Content-Type: application/vnd.api+json" \
-H "Accept: application/vnd.api+json" \
-H "Authorization: Bearer __YOUR_TOKEN__" \
-d '{
"prompt":"an elephant wearing a hat /images:1",
"callback_url":
"https://mydev.ngrok.io/webhook/render"
}'

continues.

--

--