Skip to content

Commit

Permalink
Add new weights
Browse files Browse the repository at this point in the history
  • Loading branch information
fofr committed Feb 13, 2024
1 parent 4249811 commit 24ace7a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
- Add support for AIO_Preprocessor on ComfyUI_Controlnet_Aux
- 6cb5ad0 – Allow passing of an already parsed JSON workflow (helpful when forking the repo to push new Replicate models)

Models added:

- [copaxTimelessxlSDXL1_v8.safetensors](https://civitai.com/models/118111?modelVersionId=198246)

Loras added:

- [MODILL_XL_0.27_RC.safetensors](https://civitai.com/models/192139/modillxl-modern-colorful-illustration-style-lora)

## 2024-02-09

Models added:
Expand Down
2 changes: 2 additions & 0 deletions supported_weights.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- 512-inpainting-ema.safetensors
- albedobaseXL_v13.safetensors
- anything-v3-fp16-pruned.safetensors
- copaxTimelessxlSDXL1_v8.safetensors
- Deliberate_v2.safetensors
- dreamlabsoil_V2_v2.safetensors
- DreamShaper_6.2_BakedVae_pruned.safetensors
Expand Down Expand Up @@ -123,6 +124,7 @@
- lcm-lora-sdv1-5.safetensors
- lcm-lora-ssd-1b.safetensors
- lcm_lora_sdxl.safetensors
- MODILL_XL_0.27_RC.safetensors
- sd_xl_offset_example-lora_1.0.safetensors
- Segmind-VegaRT.safetensors
- theovercomer8sContrastFix_sd15.safetensors
Expand Down
2 changes: 2 additions & 0 deletions weights.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"512-inpainting-ema.safetensors",
"albedobaseXL_v13.safetensors",
"anything-v3-fp16-pruned.safetensors",
"copaxTimelessxlSDXL1_v8.safetensors",
"Deliberate_v2.safetensors",
"dreamlabsoil_V2_v2.safetensors",
"DreamShaper_6.2_BakedVae_pruned.safetensors",
Expand Down Expand Up @@ -120,6 +121,7 @@
"lcm-lora-sdv1-5.safetensors",
"lcm-lora-ssd-1b.safetensors",
"lcm_lora_sdxl.safetensors",
"MODILL_XL_0.27_RC.safetensors",
"sd_xl_offset_example-lora_1.0.safetensors",
"Segmind-VegaRT.safetensors",
"theovercomer8sContrastFix_sd15.safetensors",
Expand Down
2 changes: 2 additions & 0 deletions weights_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def non_commercial_weights(self):
"svd.safetensors",
"svd_xt.safetensors",
"turbovisionxlSuperFastXLBasedOnNew_tvxlV32Bakedvae",
"copaxTimelessxlSDXL1_v8.safetensors",
"MODILL_XL_0.27_RC.safetensors",
]

def is_non_commercial_only(self, weight_str):
Expand Down

0 comments on commit 24ace7a

Please sign in to comment.