File size: 1,181 Bytes
40614fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Comfy Collection

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/martintmv/comfy-collection
```

Ensure you have [ComfyUI](https://github.com/comfyanonymous/ComfyUI) or [Fooocus](https://github.com/lllyasviel/Fooocus) installed and properly configured on your system. This repository assumes you are familiar with setting up and running models in your environment.

## Repository Structure

```
comfy-collection/
β”œβ”€β”€ 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! πŸš€