AlekseyCalvin's picture
Update README.md
3be1fb5 verified
|
raw
history blame
1.02 kB
metadata
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.
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.
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
However, a Safetensors can not contain suchlike inserts.
You may confirm for yourself through HF's built-in utility weight tensor index scanner/viewer.
To be sure, this repo does not contain any pickle checkpoints, or any other pickled data.