Flux LoRAs
Collection
9 items • Updated • 12
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("alvdansen/softpasty-flux-dev")
prompt = "three friends walking down a street, street fashion, araminta_illus illustration style"
image = pipe(prompt).images[0]
.png)
.png)
.png)


Here's a model trained entirely on one style of my own illustrations:
Quite happy with the results and happy to share the model. Big thank you to Glif.app for sponsoring the training!
You should use araminta_illus illustration style to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev