|
# ***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). |
|
|
|
 |
|
|
|
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 |
|
``` |
|
|