https://github.com/comfy-org/comfyui-embedded-workflow-editor
In-place embedded workflow-exif editing experience for ComfyUI generated images in your browser.
https://github.com/comfy-org/comfyui-embedded-workflow-editor
Last synced: about 1 year ago
JSON representation
In-place embedded workflow-exif editing experience for ComfyUI generated images in your browser.
- Host: GitHub
- URL: https://github.com/comfy-org/comfyui-embedded-workflow-editor
- Owner: Comfy-Org
- Created: 2024-11-07T03:18:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T09:39:56.000Z (about 1 year ago)
- Last Synced: 2025-04-08T10:34:00.497Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://comfyui-embedded-workflow-editor.vercel.app
- Size: 3.14 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComfyUI embedded workflow editor
In-place embedded workflow-exif editing experience for ComfyUI generated images. Edit png exif just in your browser.

## Usage
1. Open https://comfyui-embeded-workflow-editor.vercel.app/
2. Upload your img (or mount your local directory)
3. Edit as you want
4. Save!
## Roadmap
- [x] Support for more image formats (png, jpg, webp, etc)
- [x] png read/write
- [x] webp read/write
- [ ] jpg (seems not possible yet)
- [x] Show preview img to ensure you are editing the right image (thumbnail)
- [ ] Support for other exif tags ("prompt", ...)
- [ ] maybe provide cli tool, [create issue to request this function](https://github.com/Comfy-Org/ComfyUI-embedded-workflow-editor/issues/new)
- `comfy-meta get --key=workflow img.webp > workflow.json`
- `comfy-meta set img.webp --key=workflow --value=workflow.json`
## Contributing
Requirements: - [Bun — A fast all-in-one JavaScript runtime]( https://bun.sh/ )
Run the following commands start your development:
```
git clone https://github.com/snomiao/ComfyUI-embeded-workflow-editor
cd
bun install
bun dev
```
## About
@snomiao 2024
## License
MIT