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
Copy file name to clipboardExpand all lines: nightly/README.adoc
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,13 @@ https://hub.docker.com/r/yanwk/comfyui-boot/tags?name=nightly[View on <Docker Hu
6
6
7
7
## Note
8
8
9
-
* This image won't download ComfyUI or any models. Please prepare your ComfyUI suite before running the container.
9
+
* A ComfyUI repo is preloaded in this image (under `/root/ComfyUI`). And the `-v "$(pwd)"/storage:/root` is commented out in the examples below. You can uncomment it to persist your data, but then you need to prepare your ComfyUI folder first.
10
10
11
-
* Part of the `Dockerfile`is commented out due to CI limitation:
11
+
* Only basic dependencies for running ComfyUI is installed. Otherwise the image would be too big that GitHub Actions would throw IOException.
12
12
13
-
** Only basic dependencies for running ComfyUI is installed. Otherwise the image would be too big that GitHub Actions would throw IOException.
13
+
* `xFormers` is not installed in this image.
14
+
It requires building from source in order to use it with PyTorch nightly. And building xFormers (with comprehensive build targets) on GitHub Actions would often result in halt (just for unpaid version, maybe).
14
15
15
-
**`xFormers` is not installed in this image.
16
-
It requires building from source in order to use it with PyTorch nightly. And building xFormers (with comprehensive build targets) on GitHub Actions would often result in halt (maybe just unpaid version).
17
-
18
-
** If you build the image by yourself, you can uncomment the lines in `Dockerfile`, for a bigger, yet more comprehensive image.
19
-
20
-
## Running
21
-
22
-
* Don't forget to put ComfyUI in the `storage` folder.
0 commit comments