File size: 1,379 Bytes
8512da3
 
51dd222
d60cac6
8512da3
 
 
 
 
 
 
 
 
51dd222
 
 
 
 
d60cac6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51dd222
 
 
 
 
 
 
 
 
 
 
 
 
d60cac6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
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.