Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokimckay/comfy-modder
Replace inputs in your ComfyUI workflows
https://github.com/lokimckay/comfy-modder
Last synced: 23 days ago
JSON representation
Replace inputs in your ComfyUI workflows
- Host: GitHub
- URL: https://github.com/lokimckay/comfy-modder
- Owner: lokimckay
- License: mit
- Created: 2024-06-15T02:04:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T13:38:55.000Z (5 months ago)
- Last Synced: 2024-10-04T10:36:22.395Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://lokimckay.github.io/comfy-modder/
- Size: 597 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Comfy Modder
Replace inputs in your ComfyUI workflows
## Usage
1. Install ComfyUI
1. Add `--enable-cors-header *` to commandline options of `run_nvidia_gpu.bat`
1. Start ComfyUI by running `run_nvidia_gpu.bat`
1. Create a workflow that generates an image
1. Enable devtools in the ComfyUI settings menu
1. Save the workflow in API format
1. Open [lokimckay.github.io/comfy-modder/](https://lokimckay.github.io/comfy-modder/)
1. Copy and paste the API formatted workflow into comfy modder
1. Configure replacements and settings in comfy modder
1. Click generate## Roadmap
- [ ] prompt S/R instead of full replace
- [ ] append / prepend to value instead of full replace
- [ ] Reset button for `replace with` field that resets to workflow value
- [ ] Invalid JSON feedback