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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

wikeeyang
/
Real-Qwen-Image-V2

Text-to-Image
Diffusers
GGUF
English
Chinese
Model card Files Files and versions
xet
Community
1

Instructions to use wikeeyang/Real-Qwen-Image-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use wikeeyang/Real-Qwen-Image-V2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("wikeeyang/Real-Qwen-Image-V2", 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
  • Draw Things
  • DiffusionBee
Real-Qwen-Image-V2
68.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
wikeeyang's picture
wikeeyang
Update README.md
204c5a7 verified 4 months ago
  • .gitattributes
    1.77 kB
    Upload V2-example-workflow-image.png 4 months ago
  • README.md
    2.27 kB
    Update README.md 4 months ago
  • Real-Qwen-Image-V2-2512-Q4_K_M.gguf
    13.1 GB
    xet
    Upload Real-Qwen-Image-V2-2512-Q4_K_M.gguf with huggingface_hub 4 months ago
  • Real-Qwen-Image-V2-2512-Q8_0.gguf
    21.8 GB
    xet
    Upload Real-Qwen-Image-V2-2512-Q8_0.gguf with huggingface_hub 4 months ago
  • Real-Qwen-Image-V2-2512-fp8_e4m3fn.safetensors
    20.4 GB
    xet
    Upload Real-Qwen-Image-V2-2512-fp8_e4m3fn.safetensors with huggingface_hub 4 months ago
  • Real-Qwen-Image-V2-2512-sdnq_uint4_r128.safetensors
    13.4 GB
    xet
    Upload Real-Qwen-Image-V2-2512-sdnq_uint4_r128.safetensors with huggingface_hub 4 months ago
  • Sample.jpg
    6.51 MB
    xet
    Upload 2 files 4 months ago
  • V2-example-workflow-image.png
    2.63 MB
    xet
    Upload V2-example-workflow-image.png 4 months ago
  • V2-example-workflow.json
    21.8 kB
    Upload V2-example-workflow.json 4 months ago