Turn your private diary into a video with Stable Diffusion — 2

--

Fixed a few bugs and validated the full pipeline. This is how the command line looks like now:

private digest animated \
~dryrun \
--seed 42 \
--start_schedule 0.9

This command converts the note from yesterday to a video file. Here it is, as an animated gif, that is also generated by the command,

The note starts with a description of my visit to the Vancouver Art Gallery, where I wrote the note,

“They are starting to know me.” — A friend gifted me an annual membership to the gallery. I have been spending many evenings, plus some time on the weekends, at the gallery.

Then continues with a short description of the day at the office,

“Today was the design review meeting.”

The rest of the note is written in bash, and concerns the debugging of blue-stability, things like,

abcli upload; \
abcli clone - ~meta; \
open .; \
rm *.png; \
blue_stability generate video \
~dryrun,~publish,~render \
sentences.txt \
--seed 61

--

--

No responses yet