Skip to content

martintomov/comfy-anything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comfy Anything 🐈

Community ComfyUI workflows running on fal.ai

HFDEMO

Hugging Face Space

martintomov/comfy-anything

Get Started Locally

  1. Create a virtual env by your choice:
conda create --prefix ./env python=3.11
conda activate ./env
  1. Install the requirements:
pip install -r requirements.txt
  1. Set up your .env variables (fal.ai API):
FAL_KEY=xxxxxxxx
  1. Run the app:
python app.py

Workflows

Check them out here: /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.

Releases

No releases published

Packages

No packages published

Languages