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

Wuli-art
/
Qwen-Image-2512-Turbo-LoRA

Text-to-Image
Diffusers
English
Chinese
Qwen
distillation
lora
Model card Files Files and versions
xet
Community
16

Instructions to use Wuli-art/Qwen-Image-2512-Turbo-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Wuli-art/Qwen-Image-2512-Turbo-LoRA with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-2512", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Wuli-art/Qwen-Image-2512-Turbo-LoRA")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Qwen-Image-2512-Turbo-LoRA
4.72 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 46 commits
aaroncisa's picture
aaroncisa
Update README.md
5f56f05 verified 7 months ago
  • assets
    Upload folder using huggingface_hub 8 months ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 8 months ago
  • README.md
    12.9 kB
    Update README.md 7 months ago
  • Wuli-Qwen-Image-2512-Turbo-LoRA-4steps-V1.0-bf16.safetensors
    1.18 GB
    xet
    Upload folder using huggingface_hub 8 months ago
  • Wuli-Qwen-Image-2512-Turbo-LoRA-4steps-V1.0-bf16_ComfyUi.safetensors
    1.18 GB
    xet
    Upload Wuli-Qwen-Image-2512-Turbo-LoRA-4steps-V1.0-bf16_ComfyUi.safetensors (#2) 8 months ago
  • Wuli-Qwen-Image-2512-Turbo-LoRA-4steps-V2.0-bf16.safetensors
    1.18 GB
    xet
    Upload folder using huggingface_hub 8 months ago
  • Wuli-Qwen-Image-2512-Turbo-LoRA-4steps-V3.0-bf16.safetensors
    1.18 GB
    xet
    Upload Wuli-Qwen-Image-2512-Turbo-LoRA-4steps-V3.0-bf16.safetensors 7 months ago