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: 135 Bytes
294e302 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:103b7113e16da4f65a5e3762d9d0b2510f2ece9bfbcf1ea9a95e035fd949c24d
size 1179874824
|