Instructions to use mikeyasnov/angels-loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mikeyasnov/angels-loras 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mikeyasnov/angels-loras") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Angels Space β Character LoRAs
Per-angel LoRAs for the AI-influencer pipeline (Qwen-Image base).
Layout:
<angel_id>/
<trainer>/
<target>/
<version>/
lora.safetensors
README.md (training params, dataset, recipe)
- trainer β
local(ai-toolkit on A10) |fal(fal.ai/qwen-image-trainer) - target β
face(face-only crops) |full_body(full-image crops) - version β
v1,v2, ... (incremental per slot)
Trigger token across all darcy_haan LoRAs: drcyhn.
Inventory
| path | rank | steps | dataset | notes |
|---|---|---|---|---|
| darcy_haan/local/face/v1 | 32 | 1500 | 36 face crops (brand pack Angles+Espressions+MU) | A10 / ai-toolkit |
| darcy_haan/local/full_body/v1 | 16 | 1500 | 33 source PNGs + Florence-2 verbose captions | identity weak (verbose-caption dilution) |
| darcy_haan/local/full_body/v2 | 32 | 2500 | 33 source + 160 augmented_kept, short captions | identity OK at strength=0.8 in canonical Lightning stack |
| darcy_haan/fal/face/v1 | 32 | 1500 | 36 face crops (brand pack Angles+Espressions+MU) | fal.ai/qwen-image-trainer ($3) |
Recommended use (cloud.comfy.org photoflow)
Apply via LoraLoaderModelOnly chained after Lightning + samsungcam:
UNET β Lightning-8steps β samsungcam @ 0.6 β <character_lora> @ 0.8 β ModelSamplingAuraFlow
Prompt template (Fabio canonical):
drcyhn, woman, <scene>, athletic toned figure, narrow waist, round glutes, long legs,
natural sun-kissed tan with subtle natural tan lines, young 24 year old skin, smooth and youthful,
photorealistic
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support
Model tree for mikeyasnov/angels-loras
Base model
Qwen/Qwen-Image