-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Docker Support #151
Comments
+1 |
I look forward to this feature. |
I've set up a PR for this at #256. Did an example run with the scribble generation. You guys can test it out. |
Thanks for that, any rough indication on minimum or recommended specifications e.g min 2080 or 8G VRAM? Also could "after models have been downloaded to |
8G VRAM was not enough for me. Needed like 10GBs for running the scribble-to-image script. When the docker builds, the models are not copied directly into the image since these models are so big. They are volume-mounted with docker run if you check the
|
Hi maintainer @lllyasviel 🐱
There are too many feedbacks about running problems due to environmental reasons in the project, maybe there should be a stable Docker image(s)?
If necessary, I can provide some basic templates, including traditional gpu or coreml env.
// Played this project for a few days, it is still very interesting. Hope the project is getting better and better. 🍻
The text was updated successfully, but these errors were encountered: