zai-org / CogView4-6B

huggingface.co
Total runs: 7.0K
24-hour runs: 8
7-day runs: 1.3K
30-day runs: -1.5K
Model's Last Updated: March 11 2025
text-to-image

Introduction of CogView4-6B

Model Details of CogView4-6B

CogView4-6B

🤗 Space | 🌐 Github | 📜 CogView3 Paper

img

Inference Requirements and Model Introduction
  • Resolution: Width and height must be between 512px and 2048px , divisible by 32 , and ensure the maximum number of pixels does not exceed 2^21 px.
  • Precision: BF16 / FP32 (FP16 is not supported as it will cause overflow resulting in completely black images)

Using BF16 precision with batchsize=4 for testing, the memory usage is shown in the table below:

Resolution enable_model_cpu_offload OFF enable_model_cpu_offload ON enable_model_cpu_offload ON
Text Encoder 4bit
512 * 512 33GB 20GB 13G
1280 * 720 35GB 20GB 13G
1024 * 1024 35GB 20GB 13G
1920 * 1280 39GB 20GB 14G
Quick Start

First, ensure you install the diffusers library from source.

pip install git+https://github.com/huggingface/diffusers.git
cd diffusers
pip install -e .

Then, run the following code:

from diffusers import CogView4Pipeline

pipe = CogView4Pipeline.from_pretrained("THUDM/CogView4-6B", torch_dtype=torch.bfloat16)

# Open it for reduce GPU memory usage
pipe.enable_model_cpu_offload()
pipe.vae.enable_slicing()
pipe.vae.enable_tiling()

prompt = "A vibrant cherry red sports car sits proudly under the gleaming sun, its polished exterior smooth and flawless, casting a mirror-like reflection. The car features a low, aerodynamic body, angular headlights that gaze forward like predatory eyes, and a set of black, high-gloss racing rims that contrast starkly with the red. A subtle hint of chrome embellishes the grille and exhaust, while the tinted windows suggest a luxurious and private interior. The scene conveys a sense of speed and elegance, the car appearing as if it's about to burst into a sprint along a coastal road, with the ocean's azure waves crashing in the background."
image = pipe(
    prompt=prompt,
    guidance_scale=3.5,
    num_images_per_prompt=1,
    num_inference_steps=50,
    width=1024,
    height=1024,
).images[0]

image.save("cogview4.png")
Model Metrics

We've tested on multiple benchmarks and achieved the following scores:

DPG-Bench
Model Overall Global Entity Attribute Relation Other
SDXL 74.65 83.27 82.43 80.91 86.76 80.41
PixArt-alpha 71.11 74.97 79.32 78.60 82.57 76.96
SD3-Medium 84.08 87.90 91.01 88.83 80.70 88.68
DALL-E 3 83.50 90.97 89.61 88.39 90.58 89.83
Flux.1-dev 83.79 85.80 86.79 89.98 90.04 89.90
Janus-Pro-7B 84.19 86.90 88.90 89.40 89.32 89.48
CogView4-6B 85.13 83.85 90.35 91.17 91.14 87.29
GenEval
Model Overall Single Obj. Two Obj. Counting Colors Position Color attribution
SDXL 0.55 0.98 0.74 0.39 0.85 0.15 0.23
PixArt-alpha 0.48 0.98 0.50 0.44 0.80 0.08 0.07
SD3-Medium 0.74 0.99 0.94 0.72 0.89 0.33 0.60
DALL-E 3 0.67 0.96 0.87 0.47 0.83 0.43 0.45
Flux.1-dev 0.66 0.98 0.79 0.73 0.77 0.22 0.45
Janus-Pro-7B 0.80 0.99 0.89 0.59 0.90 0.79 0.66
CogView4-6B 0.73 0.99 0.86 0.66 0.79 0.48 0.58
T2I-CompBench
Model Color Shape Texture 2D-Spatial 3D-Spatial Numeracy Non-spatial Clip Complex 3-in-1
SDXL 0.5879 0.4687 0.5299 0.2133 0.3566 0.4988 0.3119 0.3237
PixArt-alpha 0.6690 0.4927 0.6477 0.2064 0.3901 0.5058 0.3197 0.3433
SD3-Medium 0.8132 0.5885 0.7334 0.3200 0.4084 0.6174 0.3140 0.3771
DALL-E 3 0.7785 0.6205 0.7036 0.2865 0.3744 0.5880 0.3003 0.3773
Flux.1-dev 0.7572 0.5066 0.6300 0.2700 0.3992 0.6165 0.3065 0.3628
Janus-Pro-7B 0.5145 0.3323 0.4069 0.1566 0.2753 0.4406 0.3137 0.3806
CogView4-6B 0.7786 0.5880 0.6983 0.3075 0.3708 0.6626 0.3056 0.3869
Chinese Text Accuracy Evaluation
Model Precision Recall F1 Score Pick@4
Kolors 0.6094 0.1886 0.2880 0.1633
CogView4-6B 0.6969 0.5532 0.6168 0.3265
Citation

🌟 If you find our work helpful, please consider citing our paper and leaving valuable stars

@article{zheng2024cogview3,
  title={Cogview3: Finer and faster text-to-image generation via relay diffusion},
  author={Zheng, Wendi and Teng, Jiayan and Yang, Zhuoyi and Wang, Weihan and Chen, Jidong and Gu, Xiaotao and Dong, Yuxiao and Ding, Ming and Tang, Jie},
  journal={arXiv preprint arXiv:2403.05121},
  year={2024}
}
License

This model is released under the Apache 2.0 License .

Runs of zai-org CogView4-6B on huggingface.co

7.0K
Total runs
8
24-hour runs
158
3-day runs
1.3K
7-day runs
-1.5K
30-day runs

More Information About CogView4-6B huggingface.co Model

More CogView4-6B license Visit here:

https://choosealicense.com/licenses/apache-2.0

CogView4-6B huggingface.co

CogView4-6B huggingface.co is an AI model on huggingface.co that provides CogView4-6B's model effect (), which can be used instantly with this zai-org CogView4-6B model. huggingface.co supports a free trial of the CogView4-6B model, and also provides paid use of the CogView4-6B. Support call CogView4-6B model through api, including Node.js, Python, http.

CogView4-6B huggingface.co Url

https://huggingface.co/zai-org/CogView4-6B

zai-org CogView4-6B online free

CogView4-6B huggingface.co is an online trial and call api platform, which integrates CogView4-6B's modeling effects, including api services, and provides a free online trial of CogView4-6B, you can try CogView4-6B online for free by clicking the link below.

zai-org CogView4-6B online free url in huggingface.co:

https://huggingface.co/zai-org/CogView4-6B

CogView4-6B install

CogView4-6B is an open source model from GitHub that offers a free installation service, and any user can find CogView4-6B on GitHub to install. At the same time, huggingface.co provides the effect of CogView4-6B install, users can directly use CogView4-6B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

CogView4-6B install url in huggingface.co:

https://huggingface.co/zai-org/CogView4-6B

Url of CogView4-6B

CogView4-6B huggingface.co Url

Provider of CogView4-6B huggingface.co

zai-org
ORGANIZATIONS

Other API from zai-org

huggingface.co

Total runs: 2.4M
Run Growth: 2.2M
Growth Rate: 100.00%
Updated:September 07 2026
huggingface.co

Total runs: 1.9M
Run Growth: -136.7K
Growth Rate: -7.29%
Updated:January 29 2026
huggingface.co

Total runs: 1.8M
Run Growth: -1.3M
Growth Rate: -71.57%
Updated:September 11 2026
huggingface.co

Total runs: 1.3M
Run Growth: -339.8K
Growth Rate: -25.19%
Updated:September 01 2026
huggingface.co

Total runs: 988.5K
Run Growth: -1.7M
Growth Rate: -177.76%
Updated:September 01 2026
huggingface.co

Total runs: 838.4K
Run Growth: 736.9K
Growth Rate: 98.82%
Updated:September 04 2026
huggingface.co

Total runs: 456.1K
Run Growth: -6.1K
Growth Rate: -1.34%
Updated:August 04 2024
huggingface.co

Total runs: 200.3K
Run Growth: -238.2K
Growth Rate: -104.95%
Updated:April 16 2026
huggingface.co

Total runs: 107.0K
Run Growth: -914.8K
Growth Rate: -696.12%
Updated:April 05 2026
huggingface.co

Total runs: 104.1K
Run Growth: -121.8K
Growth Rate: -118.84%
Updated:August 11 2025
huggingface.co

Total runs: 101.3K
Run Growth: 29.7K
Growth Rate: 29.53%
Updated:January 29 2026
huggingface.co

Total runs: 90.6K
Run Growth: 12.0K
Growth Rate: 13.31%
Updated:May 13 2026
huggingface.co

Total runs: 90.4K
Run Growth: -34.5K
Growth Rate: -39.22%
Updated:August 11 2025
huggingface.co

Total runs: 78.2K
Run Growth: -76.8K
Growth Rate: -101.51%
Updated:December 10 2025
huggingface.co

Total runs: 67.5K
Run Growth: -16.9K
Growth Rate: -25.06%
Updated:December 05 2024
huggingface.co

Total runs: 54.7K
Run Growth: -68.9K
Growth Rate: -124.27%
Updated:August 11 2026
huggingface.co

Total runs: 45.9K
Run Growth: -71.2K
Growth Rate: -158.18%
Updated:October 25 2025
huggingface.co

Total runs: 22.1K
Run Growth: 6.9K
Growth Rate: 30.99%
Updated:November 23 2024
huggingface.co

Total runs: 20.4K
Run Growth: -56.6K
Growth Rate: -277.32%
Updated:March 03 2025
huggingface.co

Total runs: 19.3K
Run Growth: -9.3K
Growth Rate: -48.01%
Updated:September 30 2025
huggingface.co

Total runs: 19.1K
Run Growth: -20.3K
Growth Rate: -103.22%
Updated:April 14 2025
huggingface.co

Total runs: 15.5K
Run Growth: 14.4K
Growth Rate: 96.76%
Updated:September 04 2026
huggingface.co

Total runs: 14.6K
Run Growth: -3.9K
Growth Rate: -26.89%
Updated:November 23 2024
huggingface.co

Total runs: 14.3K
Run Growth: -12.2K
Growth Rate: -85.22%
Updated:December 23 2025
huggingface.co

Total runs: 13.2K
Run Growth: 2.4K
Growth Rate: 17.87%
Updated:December 09 2025
huggingface.co

Total runs: 9.5K
Run Growth: -389
Growth Rate: -4.09%
Updated:January 15 2026
huggingface.co

Total runs: 8.1K
Run Growth: -1.9K
Growth Rate: -24.16%
Updated:October 16 2025
huggingface.co

Total runs: 6.9K
Run Growth: -7.1K
Growth Rate: -100.30%
Updated:April 22 2025
huggingface.co

Total runs: 4.4K
Run Growth: -4.1K
Growth Rate: -92.25%
Updated:December 09 2025
huggingface.co

Total runs: 3.7K
Run Growth: -5.4K
Growth Rate: -145.93%
Updated:January 27 2025
huggingface.co

Total runs: 3.1K
Run Growth: -998
Growth Rate: -31.29%
Updated:October 25 2025
huggingface.co

Total runs: 2.9K
Run Growth: 883
Growth Rate: 30.11%
Updated:August 04 2024
huggingface.co

Total runs: 1.6K
Run Growth: 660
Growth Rate: 35.97%
Updated:August 12 2025
huggingface.co

Total runs: 674
Run Growth: 279
Growth Rate: 41.21%
Updated:March 02 2023
huggingface.co

Total runs: 488
Run Growth: 266
Growth Rate: 59.64%
Updated:October 20 2023
huggingface.co

Total runs: 472
Run Growth: -278
Growth Rate: -59.78%
Updated:August 11 2025
huggingface.co

Total runs: 409
Run Growth: -1.0K
Growth Rate: -232.58%
Updated:January 02 2025
huggingface.co

Total runs: 393
Run Growth: 137
Growth Rate: 34.86%
Updated:December 10 2024
huggingface.co

Total runs: 356
Run Growth: -382
Growth Rate: -110.40%
Updated:October 25 2025
huggingface.co

Total runs: 291
Run Growth: 121
Growth Rate: 41.02%
Updated:March 02 2023
huggingface.co

Total runs: 275
Run Growth: 57
Growth Rate: 20.73%
Updated:November 20 2023
huggingface.co

Total runs: 262
Run Growth: 115
Growth Rate: 43.73%
Updated:October 20 2023
huggingface.co

Total runs: 253
Run Growth: 106
Growth Rate: 42.06%
Updated:October 20 2023