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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ You can now take the content of this file and put it into your `workflow` when i
215
215
216
216
### Network Volume
217
217
218
-
Using a Network Volume allows you to store and access custom models and ComfyUI nodes:
218
+
Using a Network Volume allows you to store and access custom models:
219
219
220
220
1.**Create a Network Volume**:
221
221
- Follow the [RunPod Network Volumes guide](https://docs.runpod.io/docs/create-a-network-volume) to create a volume.
@@ -244,7 +244,7 @@ Note: The folders in the Network Volume are automatically available to ComfyUI w
244
244
245
245
### Custom Docker Image
246
246
247
-
If you prefer to include your models or nodes directly in the Docker image, follow these steps:
247
+
If you prefer to include your models directly in the Docker image, follow these steps:
248
248
249
249
1. **Fork the Repository**:
250
250
@@ -361,8 +361,8 @@ docker-compose up
361
361
362
362
The repo contains two workflows that publish the image to Docker hub using Github Actions:
363
363
364
-
- [docker-dev.yml](.github/workflows/docker-dev.yml): Creates the image and pushes it to Docker hub with the `dev` tag on every push to the `main` branch
365
-
- [docker-release.yml](.github/workflows/docker-release.yml): Creates the image and pushes it to Docker hub with the `latest` and the release tag. It will only be triggered when you create a release on GitHub
364
+
- [dev.yml](.github/workflows/dev.yml): Creates the image and pushes it to Docker hub with the `dev` tag on every push to the `main` branch
365
+
- [release.yml](.github/workflows/release.yml): Creates the image and pushes it to Docker hub with the `latest` and the release tag. It will only be triggered when you create a release on GitHub
366
366
367
367
If you want to use this, you should add these secrets to your repository:
0 commit comments