Flux booster LoRA
Collection
Flux Models
•
32 items
•
Updated
Hey there,
this lora turns everything into a space nebula.
If you enjoy my work, consider showing your support with a 👍 or ❤️ on the model or images—it really keeps me motivated!
You can also follow me or buy me a coffee ☕ at: https://ko-fi.com/madcaddie
Usage tips for the LoRA are in the version details
Thanks and have fun!
You should use mad-nbla
to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/space-nebula-flux-sdxl-pony', weight_name='Space Nebula FLUX.safetensors')
image = pipeline('woman wearing a mad-nbla dress, ballroom ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
Base model
black-forest-labs/FLUX.1-dev