AlekseyCalvin's picture
Update README.md
3be1fb5 verified
|
raw
history blame
1.02 kB
---
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>