pollockjj commited on
Commit
a6e7756
Β·
1 Parent(s): ab7cec4
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,7 +12,7 @@ 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
 
@@ -21,4 +21,5 @@ Place the files in the following folders:
21
  β”œβ”€β”€ πŸ“‚ models/
22
  β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
23
  β”‚ β”‚ β”œβ”€β”€ diffusiongemma_comfy_bf16.safetensors
 
24
  ```
 
12
 
13
  - https://huggingface.co/google/diffusiongemma-26B-A4B-it
14
 
15
+ This repository contains BF16 and FP8 ComfyUI text encoders.
16
 
17
  Place the files in the following folders:
18
 
 
21
  β”œβ”€β”€ πŸ“‚ models/
22
  β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
23
  β”‚ β”‚ β”œβ”€β”€ diffusiongemma_comfy_bf16.safetensors
24
+ β”‚ β”‚ └── diffusiongemma_comfy_fp8.safetensors
25
  ```