Martin Tomov
commited on
model card readme
Browse files
README.md
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Comfy Collection
|
| 2 |
+
|
| 3 |
+
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.
|
| 4 |
+
|
| 5 |
+
## Getting Started
|
| 6 |
+
|
| 7 |
+
To get started with this repository, you can clone it to your local machine using the following command:
|
| 8 |
+
|
| 9 |
+
```bash
|
| 10 |
+
git clone https://huggingface.co/martintmv/comfy-collection
|
| 11 |
+
```
|
| 12 |
+
|
| 13 |
+
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.
|
| 14 |
+
|
| 15 |
+
## Repository Structure
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
comfy-collection/
|
| 19 |
+
βββ model-name/
|
| 20 |
+
β βββ model_1.safetensors
|
| 21 |
+
β βββ model_2.pth
|
| 22 |
+
β βββ model_3.ckpt
|
| 23 |
+
β βββ model_4.onnx
|
| 24 |
+
β βββ ...
|
| 25 |
+
βββ workflows/
|
| 26 |
+
β βββ workflow1.json
|
| 27 |
+
β βββ workflow2.json
|
| 28 |
+
β βββ ...
|
| 29 |
+
βββ README.md
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## Contributing
|
| 33 |
+
|
| 34 |
+
If you have models, weights, or workflows that you would like to share, contributions are welcome!
|
| 35 |
+
|
| 36 |
+
## Happy experimenting! π
|