# Comfy Collection of models, weights, and workflows used in my local ComfyUI environment. It serves as a place to store, manage, and share the various models and associated resources that I have found and utilized. ## Getting Started To get started with this repository, you can clone it to your local machine using the following command: ```bash git clone https://huggingface.co/martintomov/comfy ``` Ensure you have [ComfyUI](https://github.com/comfyanonymous/ComfyUI) and properly configured on your system. This repository assumes you are familiar with setting up and running models in your environment. ## Repository Structure ``` comfy/ ├── model-name/ │ ├── model_1.safetensors │ ├── model_2.pth │ ├── model_3.ckpt │ ├── model_4.onnx │ └── ... ├── workflows/ │ ├── workflow1.json │ ├── workflow2.json │ └── ... └── README.md ``` ## Contributing If you have models, weights, or workflows that you would like to share, contributions are welcome! ## Happy experimenting! 🚀