FLUX.1-dev LoRAs
Collection
The prior-gen back-catalogue — FLUX.1-dev character & style LoRAs. • 55 items • Updated
How to use noema-art/supernal 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/supernal")
prompt = "supernal, This is a digital drawing in a manga style, featuring a large, blue and yellow robotic creature with shark-like features, including a pointed snout and red eyes. The creature's body is segmented and mechanical, with visible gears and cables. The background showcases a detailed, intricate mechanical structure, filled with gears and pipes, resembling a futuristic spaceship or industrial complex. The left side of the image has a vertical black and pink text block with stylized letters, and a smaller black and white inset at the bottom left corner. The overall color palette includes shades of blue, yellow, red, and gray."
image = pipe(prompt).images[0]This LoRA model generates digital drawings in a manga style, depicting large robotic creatures with distinctive shark-like features, such as pointed snouts and red eyes. The artworks feature segmented, mechanical bodies adorned with visible gears and cables, set against intricately detailed mechanical backgrounds.
Trigger word: supernal
.safetensors file from the Files tabComfyUI/models/loras/0.8-1.0supernal 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/supernal")
pipe.to("cuda")
image = pipe(
prompt="supernal 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 |
supernal this is a digital drawing in a manga stylesupernal featuring a largesupernal intricate mechanical structuresupernal filled with gears and pipessupernalTrained 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