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

furaidosu
/
lobato-v3-qwen-image-2512

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use furaidosu/lobato-v3-qwen-image-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use furaidosu/lobato-v3-qwen-image-2512 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("furaidosu/lobato-v3-qwen-image-2512")
    
    prompt = "A dynamic portrait of Michael Jackson performing on stage against a dark background with colored stage lights. He has light brown skin and black curly hair that falls loosely around his face. His expression is intense and emotive, with partially closed eyes and an open mouth as he sings into a handheld microphone. He wears a black fitted jacket with metallic buttons and straps, open at the chest, over a white shirt. One of his hands is covered by a single white glove, raised near his face while holding the microphone. His posture is forward-leaning and energetic, suggesting movement and rhythm. The microphone cable extends downward out of the frame. The lighting highlights the contours of his face, jawline, and cheekbones, while casting sharp shadows on his clothing. The background is mostly dark, with subtle colored light shapes suggesting a live concert stage environment."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
lobato-v3-qwen-image-2512
710 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Choquinlabs
Update README.md
5ab5207 verified 7 months ago
  • images
    Upload c41104e2-85fc-4b1d-84de-3288b33d82cd.png 7 months ago
  • .gitattributes
    2.31 kB
    initial commit 7 months ago
  • README.md
    1.55 kB
    Update README.md 7 months ago
  • lobato-v3-qwen-image-2512_10.safetensors
    236 MB
    xet
    Upload lobato-v3-qwen-image-2512_10.safetensors 7 months ago
  • lobato-v3-qwen-image-2512_15.safetensors
    236 MB
    xet
    Upload lobato-v3-qwen-image-2512_15.safetensors 7 months ago
  • lobato-v3-qwen-image-2512_5.safetensors
    236 MB
    xet
    Add 2 files 7 months ago