File size: 2,748 Bytes
321a8d7
415cdbc
 
 
 
321a8d7
38bdc81
321a8d7
3ef00e1
321a8d7
3ef00e1
321a8d7
b1bee28
321a8d7
1bec3f5
415cdbc
 
 
 
 
321a8d7
 
 
 
415cdbc
321a8d7
 
 
0049596
321a8d7
 
 
 
 
1bec3f5
b9a2d9b
1bec3f5
b9a2d9b
 
 
1bec3f5
 
0049596
321a8d7
 
 
1bec3f5
321a8d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# ***WORK IN PROGRESS***

1. Creation of the folder structure **< Done**
2. Uploading of all models **< Done**
3. Renaming of each model according to the naming convention **< Pending**

---

# Open Creative Studio Models

This is an archive of all models orchestrated by [Open Creative Studio for ComfyUI](https://oc.studio).

![APW 12.0 for ComfyUI](APW_12.0.jpeg)

Notice that, in some cases, the models used in Open Creative Studio are automatically downloaded by certain ComfyUI node at their first execution.

Those nodes save the models they need in folders outside the structure indicated below. This archive does not mirror those models.

## Naming Convention

Wherever possible, the enforced naming convention is:

*[name of the model] [version] [[precision]] [[author]] [for which base model, if applicable] . safetensors*

For example: *Realism 1.0 [FP16] [XLabs] for F1D.safetensors*

## Licenses

This archive contains models contributed by different authors and research teams. Please refer to each model's individual license specific terms and conditions. The maintainers of this repository do not claim rights over any model unless explicitly stated.

Users are responsible for complying with the terms of the license attached to each model. Redistribution or commercial use may be restricted depending on the license.

## How to use this archive

1. Read the [Open Creative Studio documentation](https://oc.studio/download/).

2. Clone the repository with `git clone https://huggingface.co/perilli/OCS_Models` (depending on your network, this step might take several hours as you are downloading over 700GB of models).

OR

2. Replicate the exact folder structure used in this repo on your local hard drive. Your root folder should be `OCS_Models`.
3. Download the models you need.
4. Modify ComfyUI `extra_model_paths.yaml` as follows:

```
comfyui:
    base_path: [your_drive]\OCS_Models\
    Generation_models: |
        Generation\Image
        Generation\Video
        Generation\Audio
        Upscaling\Image
    checkpoints: |
        Generation\Image
        Generation\Video
        Generation\Audio
        Upscaling\Image
    unet: |
        Generation\Image
        Generation\Video
        Generation\Audio
        Upscaling\Image
    vae: VAE
    text_encoders: Encoding\Text
    clip_vision: Encoding\Image
    loras: |
        Conditioning\Image\LoRAs
        Conditioning\Video\LoRAs
        Conditioning\Audio\LoRAs
    ipadapter: Conditioning\Image\IPAdapter
    style_models: Conditioning\Image\Redux
    controlnet: Conditioning\Image\ControlNet
    upscale_models: Upscaling\Image
    CogVideo: Generation\Video
    cogvideox_loras: Conditioning\Video\LoRAs
    embeddings: Conditioning\Image\Embeddings
```