- Uses AUTOMATIC1111 as the backend with some custom scripts.
- Still a prototype, many improvements probably needed and many bugs to find.
- Place the custom scripts from here the release (the .py files) into your
<AUTOMATIC1111>/scripts
folder - Restart AUTOMATIC1111 and make sure that is working like normal.
- Run the executable (e.g. .exe file)
- In your browser go to
http://localhost:4000
- install and run my SD backend: https://github.com/amotile/stable-diffusion-backend
- Uses https://github.com/AUTOMATIC1111/stable-diffusion-webui as the image generator
npm install
npm run build
- copy the contents of the
/build
folder to the<amotile_backend>/frontend
folder - In your browser go to
http://localhost:4000
- Install and run the backend like above
- in project root run:
npm install
npm start
-
- In your browser go to
http://localhost:5533
- In your browser go to
- You can remove keyframes by moving them up or down far enough
- If you hold shift when moving a keyframe you move the whole column or keyframes
- Compile frontend
- studio:
npm run build
- studio:
- Compile backend
- backend:
npm run build
- backend:
- Copy frontend/build -> backend/frontend
- Make binaries
- backend:
npm run dist
- backend: