Martin Tomov commited on
Commit
40614fb
β€’
1 Parent(s): 3084a7e

model card readme

Browse files
Files changed (1) hide show
  1. README.md +36 -0
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! πŸš€