rename
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Comfy
|
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 |
|
@@ -7,15 +7,15 @@ Collection of models, weights, and workflows used in my local ComfyUI environmen
|
|
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/
|
11 |
```
|
12 |
|
13 |
-
Ensure you have [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
|
14 |
|
15 |
## Repository Structure
|
16 |
|
17 |
```
|
18 |
-
comfy
|
19 |
βββ model-name/
|
20 |
β βββ model_1.safetensors
|
21 |
β βββ model_2.pth
|
|
|
1 |
+
# Comfy
|
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 |
|
|
|
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/martintomov/comfy
|
11 |
```
|
12 |
|
13 |
+
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.
|
14 |
|
15 |
## Repository Structure
|
16 |
|
17 |
```
|
18 |
+
comfy/
|
19 |
βββ model-name/
|
20 |
β βββ model_1.safetensors
|
21 |
β βββ model_2.pth
|