Skip to content

Commit c5ae2f8

Browse files
committed
docs: removed "custom nodes"; fixed links to GitHub Actions
1 parent b005721 commit c5ae2f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You can now take the content of this file and put it into your `workflow` when i
215215

216216
### Network Volume
217217

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:
219219

220220
1. **Create a Network Volume**:
221221
- 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
244244

245245
### Custom Docker Image
246246

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:
248248

249249
1. **Fork the Repository**:
250250

@@ -361,8 +361,8 @@ docker-compose up
361361
362362
The repo contains two workflows that publish the image to Docker hub using Github Actions:
363363
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
366366
367367
If you want to use this, you should add these secrets to your repository:
368368

0 commit comments

Comments
 (0)