You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
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
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
The text was updated successfully, but these errors were encountered: