OpenAI — 4

Arash Kamangir
Jan 15, 2023

--

Objective: to validate blue-stability and openai after the recent refactors to merge this pull request.

blue_stability help
abcli select; \
open .; \
blue_stability generate image \
~dryrun,height=576,width=768 \
carrot - \
"an orange carrot walking on Mars."
abcli select; \
open .; \
blue_stability generate video \
~dryrun,frame_count=5,marker=PART,url \
https://www.gutenberg.org/cache/epub/51833/pg51833.txt
blue_stability generate validate

openai help
abcli select; \
open .; \
openai generate image \
~dryrun,height=1024,width=1024 \
carrot - \
"an orange carrot walking on Mars."
abcli select; \
open .; \
openai generate video \
~dryrun,frame_count=5,marker=PART,url \
https://www.gutenberg.org/cache/epub/51833/pg51833.txt
openai generate validate

abcli select; \
open .; \
private digest animated \
~dryrun,generator=blue_stability

Next,

abcli select; \
open .; \
private digest animated \
~dryrun

--

--

No responses yet