Creating own template
Hi, is it possible to create own ComfyUI template with a certain set of models, custom nodes etc. and then simply launch it on new GPU Pod so I don't have to manualy find and download every resource when setting up new pod?
Solution:Jump to solution
https://discord.com/channels/912829806415085598/1194695853026328626
https://blog.runpod.io/diy-deep-learning-docker-container/...
RunPod Blog
DIY Deep Learning Docker Container
Are you tired of using someone else's container, only to find out that they have the wrong versions of your tools installed? Maybe you have just installed everything from scratch every time you wanted to start over and thought to yourself, "this is a waste of time"? I've personally gone
6 Replies
Yes, see #📚|resources section for information on how to create your own Docker image.
I can't find anything about Docker there. Could you please be more specific?
Solution
https://discord.com/channels/912829806415085598/1194695853026328626
https://blog.runpod.io/diy-deep-learning-docker-container/
RunPod Blog
DIY Deep Learning Docker Container
Are you tired of using someone else's container, only to find out that they have the wrong versions of your tools installed? Maybe you have just installed everything from scratch every time you wanted to start over and thought to yourself, "this is a waste of time"? I've personally gone
Example of my Fooocus one:
https://github.com/justinwlin/FooocusRunpod
GitHub
GitHub - justinwlin/FooocusRunpod
Contribute to justinwlin/FooocusRunpod development by creating an account on GitHub.
U can imagine the basic idea is you go through the same installation step as you would on a pytorch template from runpod, and then u just run some install commands into the right folders
great thank you! 🙂