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

how to copy existing models from local pc #63

Open
shammyfiveducks opened this issue Jun 11, 2024 · 2 comments
Open

how to copy existing models from local pc #63

shammyfiveducks opened this issue Jun 11, 2024 · 2 comments

Comments

@shammyfiveducks
Copy link

hello, thanks for the amazing docker collection

This is likely a silly question but I am having trouble figuring out how to upload my existing models to A1111 and comfy UI,

my a1docker folder gets root permissions set on docker run, and if i change these permissions so I can drop in a model from elsswhere in my PC, A1111 will no longer run.

I'm assuming there is something I have overlooked! I did see a runpod upload portal but didnt think that was the answer, to put my already downloaded models in A1111 and Comfy etc?

Thanks again

docker run -d
--runtime=nvidia
-e NVIDIA_VISIBLE_DEVICES=1
-v /home/m/Desktop/ai3/t2i/a1docker:/workspace
-p 3049:2999
-p 3050:3001
-p 3060:3011
-p 3070:3021
-p 6056:6066
-p 8050:8000
-p 8938:8888
-p 9140:9090
-e JUPYTER_PASSWORD=Jup1t3R!
-e ENABLE_TENSORBOARD=1
ashleykza/stable-diffusion-webui:latest

@wikinikiwings
Copy link

wikinikiwings commented Jun 15, 2024

You can

hello, thanks for the amazing docker collection

This is likely a silly question but I am having trouble figuring out how to upload my existing models to A1111 and comfy UI,

my a1docker folder gets root permissions set on docker run, and if i change these permissions so I can drop in a model from elsswhere in my PC, A1111 will no longer run.

I'm assuming there is something I have overlooked! I did see a runpod upload portal but didnt think that was the answer, to put my already downloaded models in A1111 and Comfy etc?

Thanks again

docker run -d --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=1 -v /home/m/Desktop/ai3/t2i/a1docker:/workspace -p 3049:2999 -p 3050:3001 -p 3060:3011 -p 3070:3021 -p 6056:6066 -p 8050:8000 -p 8938:8888 -p 9140:9090 -e JUPYTER_PASSWORD=Jup1t3R! -e ENABLE_TENSORBOARD=1 ashleykza/stable-diffusion-webui:latest

you can easily add new models, just start the container, then use port 8888, connect to jupiterlab, than navigate to :workspace/stable-diffusion-webui/models/Stable-diffusion/

after that just press on upload and choose desired model. Dont forget to renew the list in the web ui
chrome_QxxzY071h5

@shammyfiveducks
Copy link
Author

Thank you, I do appreciate you taking the time to respond

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants