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
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!