Text-to-Image
Diffusers
English
flux lora
flux dev lora
ashel flux lora
adzana shaliha
lora
replicate
Instructions to use crystantine/ashel-lora-flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use crystantine/ashel-lora-flux with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("crystantine/ashel-lora-flux") prompt = "CNSTLL" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("crystantine/ashel-lora-flux")
prompt = "CNSTLL"
image = pipe(prompt).images[0]ASHEL ADZANA SHALIHA FLUX DEV LORA
Model Description
Hi guys this is the first time for me to make my own LoRA, as a form of learning I share here too.
This is a LoRA from Adzana Shaliha or often called Ashel, one of the members of the JKT48 girl band (girl band like AKB48 but this is from Indonesia). This LoRA was trained from the Flux Dev base model. And the standard Flux Dev base already has “NSFW content protection” so it's safe.
I'm just a fan because she's so cute and beautiful so I made this LoRA. I hope you can try it and I hope you like it. --
Uses
Use 'ashel' as a trigger word so the LoRA will be working You can tweak the LoRA Scale between below numbers
- Downloads last month
- 13
Model tree for crystantine/ashel-lora-flux
Base model
black-forest-labs/FLUX.1-dev


