Qwen Image Loras
Collection
5 items • Updated
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("wanacode/qwen-image-twilightbloom-lora")
prompt = "twilightbloom style, icy cold warmth"
image = pipe(prompt).images[0]




Qwen Image LoRA for creating twilight bloom effect.
Trained on 15 images I had created on Ideogram. All the images had between 15 and 100 likes and were of a similar style.
The training was done on fal.ai using the default settings. 1,000 steps with a learning rate of 0.0005.
You should use twilightbloom to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Training was done using fal.ai/models/fal-ai/qwen-image-trainer.
https://v3.fal.media/files/panda/61ogkApsRRX8G7n-N29Mf_adapter.safetensors