Spaces:
Sleeping
Sleeping
| title: Comfy Anything | |
| emoji: π | |
| colorFrom: yellow | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 4.42.0 | |
| app_file: app.py | |
| pinned: false | |
| license: apache-2.0 | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| # Comfy Anything π | |
| Community ComfyUI workflows running on [fal.ai](https://fal.ai) | |
| <img width="1012" alt="HFDEMO" src="https://i.imgur.com/Pedfabs.jpeg"> | |
| ## 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. |