Dough is a way to animated between images:
Available on GitHub: https://github.com/banodoco/Dough
Zip Archive (May 2025): http://notes.frametheweb.com/wp-content/uploads/2025/05/Dough-main.zip
Setting up a working environment for 50xx hardware is tricky, and the installation is temperamental as well.
- set up a conda environment with python=3.10 + streamlit and websockets, which seem to get missed by the normal installation process, goofing up the dependency resolution:
conda create -n dough python=3.10 websockets streamlit - then run downloader:
curl -sSL https://raw.githubusercontent.com/banodoco/Dough/green-head/scripts/linux_setup.sh | bash - launch the web app:
source ./dough-env/bin/activate && ./scripts/entrypoint.sh - to prevent the web app from launching a web browser, edit
scripts/entrypoint.shto include in thelaunch()portion of the code:--server.headless true - download a stable diffusion model and run with default settings to trigger the additional downloads.
Leave a Reply