https://github.com/rookiepsi/comfypsi_blur_mask
A custom node for ComfyUI that applies a Gaussian blur to a mask.
https://github.com/rookiepsi/comfypsi_blur_mask
Last synced: 3 days ago
JSON representation
A custom node for ComfyUI that applies a Gaussian blur to a mask.
- Host: GitHub
- URL: https://github.com/rookiepsi/comfypsi_blur_mask
- Owner: rookiepsi
- License: gpl-3.0
- Created: 2025-06-21T08:01:34.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-06-21T08:10:47.000Z (7 days ago)
- Last Synced: 2025-06-21T08:24:29.510Z (7 days ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **Blur Mask**
README
# Blur Mask
A custom node for ComfyUI that applies a Gaussian blur to a mask.

## Installation
There are two ways to install this custom node:
### ComfyUI Manager (Recommended)
1. Install [ComfyUI Manager](https://github.com/ltdrdata/ComfyUI-Manager) if you don't have it yet.
2. Go to `Manager` > `Install Custom Nodes`.
3. Search for `Blur Mask` and click `Install`.
4. Restart ComfyUI.### Manual
1. Navigate to your `ComfyUI/custom_nodes/` directory.
2. Clone the repository: `git clone https://github.com/rookiepsi/comfypsi_blur_mask.git`.
3. Restart ComfyUI.## Usage
For detailed explanation, please refer to the [docs](web/docs/comfypsi_blur_mask.md).
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request. If you have an idea or find a bug, please create an issue using the templates.
## Development
1. Look for an issue to work on or create a new one.
2. Wait for approval.
3. Fork this repository.
4. Create a new branch `feature/[feature-name]` or `bug/[bug-name]`.
5. Make your changes.
6. Test your changes thoroughly.
7. Create a Pull Request.
8. Become a legend.## License
This project is licensed under the [GNU GPLv3](LICENSE) license.
## Legends (Contributors)
- [@rookiepsi](https://github.com/rookiepsi)