Add DiffusionGemma BF16 text encoder for ComfyUI
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- comfyui
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# DiffusionGemma
|
| 8 |
+
|
| 9 |
+
Repackaged model files for ComfyUI.
|
| 10 |
+
|
| 11 |
+
Original model repository:
|
| 12 |
+
|
| 13 |
+
- https://huggingface.co/google/diffusiongemma-26B-A4B-it
|
| 14 |
+
|
| 15 |
+
This initial repository contains only the BF16 ComfyUI text encoder.
|
| 16 |
+
|
| 17 |
+
Place the files in the following folders:
|
| 18 |
+
|
| 19 |
+
```
|
| 20 |
+
π ComfyUI/
|
| 21 |
+
βββ π models/
|
| 22 |
+
β βββ π text_encoders/
|
| 23 |
+
β β βββ diffusiongemma_comfy_bf16.safetensors
|
| 24 |
+
```
|
text_encoders/diffusiongemma_comfy_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495d347e1b6c1aa13338741a17d1f5632f3ad4adb11f85f8eeb6ec026db418d1
|
| 3 |
+
size 51679872682
|