Generates locally-saved png files, converts to local bimg files (both replaced upon each re-run), and renders the results on-screen. Conversion and rendering are made possible through my fork of 9551-Dev's Fork of the original pngLua library.
Works seamlessly with DavinCC to produce AI-generated images, that are prompted by AI-generated text. This requires as little effort as: "Imagine a photograph/artwork/cartoon of a bird. Describe.". The value achieved here is immese, as your input consists of two key words: "artwork" + "bird", while DavinCC's output is a verbose breakdown of your bird in great artistic detail... and DALL-CC loves detail. An example output from this incredible AI tag-team effort is linked below.
- Ensure you have Git 1.6.5 or later in your PC's terminal:
git --version
- Run
git clone --recursive https://github.com/LDexter/DALL-CC.git
in CC root directory - Follow these steps for connecting your OpenAI account (free to use):
- Sign-in and access your private API key
- Paste the API key into
template.env
, replacing the sample key - Rename template.env to just .env
- Run
img [number] [magnitude](sm, md, lg)
and enjoy!
All image links will be written to /data/out.txt
.