Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nvidia-open-model-license
|
| 4 |
+
license_link: >-
|
| 5 |
+
https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license
|
| 6 |
+
library_name: cosmos
|
| 7 |
+
tags:
|
| 8 |
+
- cosmos
|
| 9 |
+
base_model:
|
| 10 |
+
- nebulette/cozyberry-g4-vision
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
C/B-SIDE
|
| 14 |
+
|
| 15 |
+
A diffusion model with BERT. It's backward compatible with the T5 tokenizer.
|
| 16 |
+
|
| 17 |
+
Spatial encoding loss was calculated as [it was explained elsewhere](https://huggingface.co/nebulette/fashion-side).
|
| 18 |
+
|
| 19 |
+

|
| 20 |
+
|
| 21 |
+
Cozyberry was chosen as the only text encoder. There are no adapters.
|
| 22 |
+
|
| 23 |
+
As in the [waifu diffusion](https://ruwwww.github.io/al-folio/blog/2026/waifu-diffusion/), the image output alignment requires 10-100x less VRAM, due to the use of random patch cropping during training.
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
History
|
| 28 |
+
|
| 29 |
+
- After two months of work, 20 version updates, and evaluating 5 different text encoders...
|
| 30 |
+
- The final lightweight [BERT model](https://huggingface.co/nebulette/rnberry) was born
|
| 31 |
+
- Later on, thousands of styles from the danbooru 2025-26 were extracted, and the model learned from both [the textual and visual clues](https://huggingface.co/nebulette/cozyberry-g4-vision)
|
| 32 |
+
- In this release, horizontal scenes were further reinforced exclusively for the BERT model
|
| 33 |
+
|
| 34 |
+
Source data
|
| 35 |
+
|
| 36 |
+
- synthetic booru character fashion
|
| 37 |
+
- horizontal scenes
|