Skip to content
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

RunPod's Dockerless CLI #24

Open
VicThor-wpp opened this issue Feb 26, 2024 · 7 comments
Open

RunPod's Dockerless CLI #24

VicThor-wpp opened this issue Feb 26, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@VicThor-wpp
Copy link

Hi, is there a way to implement the dockerless feature to speed up the building image process of the dockerfile?

A blog with info.
https://blog.runpod.io/runpod-dockerless-cli-innovation/

@TimPietrusky
Copy link
Member

@VicThor-wpp that is something we have to look into, thanks for pointing it out!

@TimPietrusky TimPietrusky self-assigned this Mar 5, 2024
@VicThor-wpp
Copy link
Author

Im actually testing with Mkdir and CP in the dockerfile to move the files from /runpod_volumes and is working. It need the detailed list of particular models for each custom_node, but in the end speed up the first run and some custom nodes dont download the models, so it avoid the crash.

@brgrp
Copy link

brgrp commented Mar 13, 2024

@VicThor-wpp anything you wanna share? I am probably doing the same right now hehe

@voytek98
Copy link

any updates @brgrp @VicThor-wpp ?

@TimPietrusky
Copy link
Member

@VicThor-wpp @brgrp @voytek98 did anyone of you came to any result?

@VicThor-wpp
Copy link
Author

Yes, I make a web app for a interactive campaign for a week, I run on 3/10 runpod gpus and generate more than 20K images. Sorry I'm pretty busy right now but I'll try to make the time to make a guide.

Basically use the runpod storage to save huge models (checkpoint, ipadapters, loras, ctrlNet) and custom-modules and after with docker file install all dependencies of modules in a single pip install (tricky part) and copy all custom files (you cant change the location of all custom modules in the Comfy paths) but for a simpler workflow it should be more easy.

@TimPietrusky
Copy link
Member

@VicThor-wpp that sounds great! If you ever have time, we can also jump into a video call, and you can walk me through it, and I can convert this into a guide.

@TimPietrusky TimPietrusky added the enhancement New feature or request label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants