File size: 1,022 Bytes
7932fb7
 
8229f1a
 
 
 
 
 
 
 
 
7932fb7
 
8229f1a
3be1fb5
8229f1a
 
7932fb7
8229f1a
 
 
 
 
7a83580
 
 
7932fb7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
library_name: diffusers
base_model: Qwen/Qwen-Image
base_model_relation: quantized
quantized_by: AlekseyCalvin
license: apache-2.0
language:
- en
- zh
- nf4
pipeline_tag: text-to-image
---

# QWEN-IMAGE MODEL
This repo is a quantization of the [Qwen-Image model by Qwen](https://huggingface.co/Qwen/Qwen-Image). <br>
**DiT (Diffusion Transformer) quantized to NF4 usings BitsAndBytes**
All other components in BF16.

# NOTICE: 
*Do not be alarmed by the file warning from the ClamAV automated checker.* <br>
*It is a clear false positive.*
*In assessing one of the typical Diffusers-adapted Safetensors shards (model weights), the checker reads:*
``The following viruses have been found: Pickle.Malware.SysAccess.sys.STACK_GLOBAL.UNOFFICIAL`` <br> 
*However, a Safetensors can not contain suchlike inserts. <br> 
You may confirm for yourself through HF's built-in utility weight tensor index scanner/viewer. <br> 
To be sure, this repo does **not** contain any pickle checkpoints, or any other pickled data.* <br>