Skip to content

Commit

Permalink
docs: removed "custom nodes"; fixed links to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Jun 1, 2024
1 parent b005721 commit c5ae2f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ You can now take the content of this file and put it into your `workflow` when i

### Network Volume

Using a Network Volume allows you to store and access custom models and ComfyUI nodes:
Using a Network Volume allows you to store and access custom models:

1. **Create a Network Volume**:
- Follow the [RunPod Network Volumes guide](https://docs.runpod.io/docs/create-a-network-volume) to create a volume.
Expand Down Expand Up @@ -244,7 +244,7 @@ Note: The folders in the Network Volume are automatically available to ComfyUI w

### Custom Docker Image

If you prefer to include your models or nodes directly in the Docker image, follow these steps:
If you prefer to include your models directly in the Docker image, follow these steps:

1. **Fork the Repository**:

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

0 comments on commit c5ae2f8

Please sign in to comment.