FLUX.1-dev LoRAs
Collection
The prior-gen back-catalogue — FLUX.1-dev character & style LoRAs. • 55 items • Updated
How to use noema-art/drifella 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("noema-art/drifella")
prompt = "drifella, This is a digital collage featuring a stylized, anthropomorphic gray cat with large blue eyes, a red nose, and a yellow headband. The cat has a cigarette in its mouth and is wearing a white shirt with \"Licker is the big movie\" text. The background is black with musical notes overlaying the image. To the left, a small brown dog with a sad expression and a black ear is visible. In the bottom right, a hand holds a blue water bottle with a red label. The overall style is a mix of cartoonish and surreal, with a in the style of grungy, urban aesthetic."
image = pipe(prompt).images[0]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("noema-art/drifella")
prompt = "drifella, This is a digital collage featuring a stylized, anthropomorphic gray cat with large blue eyes, a red nose, and a yellow headband. The cat has a cigarette in its mouth and is wearing a white shirt with \"Licker is the big movie\" text. The background is black with musical notes overlaying the image. To the left, a small brown dog with a sad expression and a black ear is visible. In the bottom right, a hand holds a blue water bottle with a red label. The overall style is a mix of cartoonish and surreal, with a in the style of grungy, urban aesthetic."
image = pipe(prompt).images[0]This LoRA model generates vibrant digital collages featuring stylized anthropomorphic cats, characterized by large expressive eyes and quirky accessories like headbands and cigarettes. The compositions often incorporate bold text and musical elements against striking backgrounds, emphasizing a playful and artistic visual style.
Trigger word: drifella
.safetensors file from the Files tabComfyUI/models/loras/0.8-1.0drifella in your promptimport torch
from diffusers import FluxPipeline
pipe = FluxPipeline.from_pretrained(
"black-forest-labs/FLUX.1-dev",
torch_dtype=torch.bfloat16
)
pipe.load_lora_weights("ms2stationthis/drifella")
pipe.to("cuda")
image = pipe(
prompt="drifella portrait, soft lighting, detailed",
guidance_scale=3.5-4.0,
num_inference_steps=20-30,
generator=torch.Generator("cuda").manual_seed(42)
).images[0]
image.save("output.png")
| Parameter | Value |
|---|---|
| LoRA Strength | 0.8-1.0 |
| Guidance Scale | 3.5-4.0 |
| Inference Steps | 20-30 |
| Resolution | 1024x1024 |
drifella this is a digital collage featuring a stylizeddrifella anthropomorphic gray cat with large blue eyesdrifella a red nosedrifella with a in the style of grungydrifellaTrained using StationThis — an AI creative platform powered by $MS2. Train your own LoRAs via @stationthisbot on Telegram.
Generated by StationThis Training Pipeline
Base model
black-forest-labs/FLUX.1-dev