mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 10:53:29 +00:00
Added ReadMe section for docker nvidia
This commit is contained in:
parent
d27a54b414
commit
b9c927d351
18
README.md
18
README.md
@ -235,6 +235,24 @@ Install the dependencies by opening your terminal inside the ComfyUI folder and:
|
||||
|
||||
After this you should have everything installed and can proceed to running ComfyUI.
|
||||
|
||||
### DOCKER - NVIDIA
|
||||
|
||||
This uses the base image nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04 and stable torch version from https://download.pytorch.org/whl/cu126.
|
||||
|
||||
After cloning the repo, run the following command once in bash terminal to build the docker image:
|
||||
|
||||
```chmod +x docker-build.sh```
|
||||
|
||||
```./docker-build.sh```
|
||||
|
||||
After you docker image is built, you can launch ComfyUI by running the following command:
|
||||
|
||||
```docker-compose up```
|
||||
|
||||
To stop the container, run:
|
||||
|
||||
```docker-compose down```
|
||||
|
||||
### Others:
|
||||
|
||||
#### Apple Mac silicon
|
||||
|
Loading…
Reference in New Issue
Block a user