https://github.com/icebergov/comfy-anything
Community ComfyUI workflows running on fal.ai
https://github.com/icebergov/comfy-anything
comfyui community fal-ai gradio
Last synced: 4 months ago
JSON representation
Community ComfyUI workflows running on fal.ai
- Host: GitHub
- URL: https://github.com/icebergov/comfy-anything
- Owner: icebergov
- License: apache-2.0
- Created: 2024-04-08T10:31:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T15:24:44.000Z (8 months ago)
- Last Synced: 2024-12-23T01:09:21.144Z (4 months ago)
- Topics: comfyui, community, fal-ai, gradio
- Language: Python
- Homepage: https://huggingface.co/spaces/martintomov/comfy-anything
- Size: 7.59 MB
- Stars: 57
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Comfy Anything 🐈
Community ComfyUI workflows running on [fal.ai](https://fal.ai)
## Hugging Face Space
[martintomov/comfy-anything](https://huggingface.co/spaces/martintomov/comfy-anything)## Get Started Locally
1. Create a virtual env by your choice:
```bash
conda create --prefix ./env python=3.11
conda activate ./env
```
2. Install the requirements:
```bash
pip install -r requirements.txt
```
3. Set up your .env variables (fal.ai API):
```bash
FAL_KEY=xxxxxxxx
```
4. Run the app:
```bash
python app.py
```
## Workflows
Check them out here: [/workflows](https://github.com/martintmv-git/comfy-anything/tree/main/workflows)## Contributing
Contributions to this repository are welcome! If you have suggestions for improvements or encounter any issues, please submit a pull request or open an issue on GitHub.
## Acknowledgments
Thanks to the ComfyUI, Gradio and diffusion model communities for providing the tools and support needed to make this project possible.
## License
This project is licensed under the Apache-2.0 License.