]> git.cworth.org Git - zombocom-ai/commit
Add generate_image.py script
authorCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 07:55:29 +0000 (23:55 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 09:24:55 +0000 (01:24 -0800)
commit98443f512418ffc73b91e0890cdaa936dd247afb
treeaf8c5ba919d488f306e7a3bbce6ffa72af1f908a
parent1e105bc031bb09cc823f656a5e0c1601f18a1d4f
Add generate_image.py script

Which uses the dreamstudio interface to Stable Diffusion to generate
images from a text prompt. This does require an API key and has non-zero
cost, but I'm willing to do this for now, (and fortunately, the Stable
Diffusion code itself is entirely open-source so I could switch to my
own hardware when I decide to).
generate-image.py [new file with mode: 0755]