Winnougan commited on
Commit
bdc180e
·
verified ·
1 Parent(s): 849ed15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -24,13 +24,18 @@ A collection of INT4 ConvRot-quantized diffusion, video, and upscaling models fo
24
 
25
  | Model | Type | Notes | Quant |
26
  |---|---|---|---|
 
 
 
27
  | **Krea 2 Raw** | Image diffusion | Base Krea 2 checkpoint, unmodified pipeline | INT4 convrot |
28
  | **Krea 2 Turbo** | Image diffusion | Distilled/turbo variant, fewer steps | INT4 convrot |
29
- | **LTX-2.3 1.1 Distilled** | Video diffusion | Distilled LTX-2.3 build | INT4 convrot |
30
- | **Sulphur 2 Base** | Video diffusion | Base checkpoint built off of LTX-2.3 | INT4 convrot |
 
31
  | **SeedVR2 (7B)** | Image and Video Upscaler | Full 7B variant | INT4 convrot |
 
32
 
33
- All models are quantized to **INT4** using **Starnodes Model Converter** (https://github.com/Starnodes2024/comfyui-starnodes-modelconverter)
34
 
35
  ## Why ConvRot INT4
36
 
 
24
 
25
  | Model | Type | Notes | Quant |
26
  |---|---|---|---|
27
+ | **Flux 2 Dev** | Image diffusion | Base Flux 2 Dev checkpoint | INT4 convrot |
28
+ | **Gemma 3 12B IT** | LLM / Text | Instruction-tuned language model | INT4 convrot |
29
+ | **Ideogram 4 Instant Comfy** | Image diffusion | Comfy-optimized Ideogram 4 variant | **INT8** convrot |
30
  | **Krea 2 Raw** | Image diffusion | Base Krea 2 checkpoint, unmodified pipeline | INT4 convrot |
31
  | **Krea 2 Turbo** | Image diffusion | Distilled/turbo variant, fewer steps | INT4 convrot |
32
+ | **LTX-2.3 22B Distilled 1.1** | Video diffusion | Transformer-only distilled LTX-2.3 build (22B) | INT4 convrot |
33
+ | **Mistral 3 Small Flux 2** | LLM / Multimodal | Mistral 3 Small integrated with Flux 2 | INT4 convrot |
34
+ | **SAM 3.1 Multiplex** | Vision / Segmentation | Segment Anything Model 3.1 multiplex variant | **INT8** convrot |
35
  | **SeedVR2 (7B)** | Image and Video Upscaler | Full 7B variant | INT4 convrot |
36
+ | **Sulphur Distilled** | Video diffusion | Distilled checkpoint built off of LTX-2.3 | INT4 convrot |
37
 
38
+ All models are quantized to **INT4** or **INT8** using the **Starnodes Model Converter** (https://github.com/Starnodes2024/comfyui-starnodes-modelconverter).
39
 
40
  ## Why ConvRot INT4
41