Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ProGamerGov
/
qwen-360-diffusion

Text-to-Image
Diffusers
English
360
360°
360-degree
360-image
equirectangular
equirectangular-projection
image-generation
Model card Files Files and versions
xet
Community
7

Instructions to use ProGamerGov/qwen-360-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ProGamerGov/qwen-360-diffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ProGamerGov/qwen-360-diffusion", 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
qwen-360-diffusion
2.66 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
ProGamerGov's picture
ProGamerGov
Qwen Image 2512 Support (#6)
88061f5 3 months ago
  • .gitattributes
    1.57 kB
    Initial Commit 5 months ago
  • CITATION.cff
    504 Bytes
    Initial Commit 5 months ago
  • LICENSE
    1.09 kB
    Initial Commit 5 months ago
  • README.md
    9.21 kB
    Qwen Image 2512 Support (#6) 3 months ago
  • create_360_sweep_frames.py
    12.8 kB
    Add example video script 5 months ago
  • example_grid.jpg
    15.8 MB
    xet
    Initial Commit 5 months ago
  • qwen-360-diffusion-2512-int8-bf16-v2.safetensors
    755 MB
    xet
    Qwen Image 2512 Support (#6) 3 months ago
  • qwen-360-diffusion-int4-bf16-v1-b.safetensors
    755 MB
    xet
    Initial Commit 5 months ago
  • qwen-360-diffusion-int4-bf16-v1.safetensors
    755 MB
    xet
    Initial Commit 5 months ago
  • qwen-360-diffusion-int8-bf16-v1.safetensors
    378 MB
    xet
    Initial Commit 5 months ago
  • run_qwen_image_int8.py
    4.47 kB
    Fix nf4 script and add int8 script 5 months ago
  • run_qwen_image_nf4.py
    4.43 kB
    Fix nf4 script and add int8 script 5 months ago