Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

joseplcam
/
Qwen-Image-2.1-NVFP4

Text-to-Image
Diffusers
Safetensors
QwenImage21Pipeline
qwen-image
qwen-image-2.1
nvfp4
svdquant
nunchaku
blackwell
image-editing
8-bit precision
Model card Files Files and versions
xet
Community

Instructions to use joseplcam/Qwen-Image-2.1-NVFP4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use joseplcam/Qwen-Image-2.1-NVFP4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("joseplcam/Qwen-Image-2.1-NVFP4", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Qwen-Image-2.1-NVFP4
18.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
joseplcam's picture
joseplcam
Card: eager is the better default; torch.compile recompiles on mixed workloads
51aa90f verified 2 days ago
  • processor
    Qwen-Image-2.1 NVFP4 DiT + NVFP4 Qwen3-VL encoder for SGLang Diffusion 3 days ago
  • scheduler
    Qwen-Image-2.1 NVFP4 DiT + NVFP4 Qwen3-VL encoder for SGLang Diffusion 3 days ago
  • text_encoder
    Inline kernel setup: Diffusers downloads only each component's own module 3 days ago
  • tools
    Inline kernel setup: Diffusers downloads only each component's own module 3 days ago
  • transformer
    Inline kernel setup: Diffusers downloads only each component's own module 3 days ago
  • vae
    Replace with SVDQuant+GPTQ NVFP4 DiT and text encoder, native in Diffusers 3 days ago
  • .gitattributes
    1.58 kB
    Qwen-Image-2.1 NVFP4 DiT + NVFP4 Qwen3-VL encoder for SGLang Diffusion 3 days ago
  • LICENSE
    7.83 kB
    Qwen-Image-2.1 NVFP4 DiT + NVFP4 Qwen3-VL encoder for SGLang Diffusion 3 days ago
  • NOTICE
    1.83 kB
    Inline kernel setup: Diffusers downloads only each component's own module 3 days ago
  • README.md
    10.1 kB
    Card: eager is the better default; torch.compile recompiles on mixed workloads 2 days ago
  • model_index.json
    497 Bytes
    Replace with SVDQuant+GPTQ NVFP4 DiT and text encoder, native in Diffusers 3 days ago