stable-diffusion-docker icon indicating copy to clipboard operation
stable-diffusion-docker copied to clipboard

A1111 Forge fork

Open mnb3000 opened this issue 1 year ago • 2 comments
trafficstars

Hi! I was wondering if it is possible to adapt this image to use A1111 Forge, so I forked your setup, and on the way made a lot of improvements.

https://github.com/mnb3000/a1111-forge-svd-docker

I decoupled all weights from image, thus making it slimmer and faster to spin up. Weights are now being downloaded at first start of the container and their sha256 checksums are being validated after download. Image size reduction made it able to set up a CI/CD pipeline which automatically builds, versions, tags, pushes and releases images. I also added optional SDXL Turbo download as an env var, and SVD 1.1 download from civitai via API token. If you are interested in backporting these kinds of changes to your repos - let me know, I might be able to help you with that

mnb3000 avatar Mar 19 '24 19:03 mnb3000

https://github.com/ashleykleynhans/forge-docker

ashleykleynhans avatar Mar 19 '24 20:03 ashleykleynhans

I know you have one, but I needed one with auto SDXL/Turbo/SVD1.1 download, and I did an image for SVD demo code, so I did my twist on it, making a fully working free CI pipeline on the way :)

mnb3000 avatar Mar 19 '24 20:03 mnb3000