Stable Diffusion Web UI
Posted on by admin
The following post is a collection of notes and links on SDUI usage and modification.
Adding stabilityai/stable-video-diffusion-img2vid-xt to Automatic1111’s SDUI. See:
- https://github.com/continue-revolution/sd-webui-animatediff/blob/forge/master/docs/how-to-use.md#you-have-a1111-and-you-know-git — Adding
forgetosdui - https://www.reddit.com/r/StableDiffusion/comments/1amvccg/stable_video_diffusion_in_automatic1111/ — Reddit suggestion to use
forgeto implementsvdxt - https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt — Stable Video Diffusion XT
- https://www.toolify.ai/ai-news/unleash-the-power-of-stable-diffusion-webui-forge-with-automatic-1111-1486458 — Info on Forge
After installing the appropriate virtual environment:
python3 -m venv sdui_env
pip install -r requirements.txtand the required modules to allow forge to function, you need to git pull the svd model into the ./models/svd directory:
cd models
cd svd
git pull https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xtAdding zero123 to forge
So the SVD and z123 implementations works, now for testing the 2 open methods for constructing 3d models. (z123 only generates a few stills at different angles)