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

j4s0ch3
/
Qwen-image-diffusers

Diffusers
Safetensors
Model card Files Files and versions
xet
Community
7

Instructions to use j4s0ch3/Qwen-image-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use j4s0ch3/Qwen-image-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("j4s0ch3/Qwen-image-diffusers", 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
Qwen-image-diffusers
183 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
j4s0ch3's picture
j4s0ch3
Upload folder using huggingface_hub
d382f30 9 months ago
  • Qwen-Image-Edit-2509
    Add files using upload-large-folder tool 9 months ago
  • Qwen-Image-Lightning
    Add files using upload-large-folder tool 9 months ago
  • Qwen-Image-i2i_merged
    Upload folder using huggingface_hub 9 months ago
  • Qwen-Image-share
    Add files using upload-large-folder tool 9 months ago
  • Qwen-Image-t2i_merged
    Add files using upload-large-folder tool 9 months ago
  • Qwen-Image
    Add files using upload-large-folder tool 9 months ago
  • next-scene-qwen-image-lora
    Add files using upload-large-folder tool 9 months ago
  • qwen-image-edit-2509-inscene-lora
    Add files using upload-large-folder tool 9 months ago
  • .gitattributes
    1.68 kB
    Add files using upload-large-folder tool 9 months ago