Instructions to use Alchemico/qwen-image-2512_ava-hussy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alchemico/qwen-image-2512_ava-hussy 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("Alchemico/qwen-image-2512_ava-hussy") prompt = "vibrant 1960s close-up of AVAHUSSY sitting under a tree in a blue skit and white blouse, she has blonde wavy short hair and a smile with green eyes lake scene by a garden with flowers in the foreground 1960s style film. She's holding her hand out there is a small smooth frog in her palm, she's making eye contact with the toad." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
62b79ac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:25b6975adefbf33d448b006ae5a6879e7ca14e20f9fb1721110b019f653b4f1a
size 590058432
|