FLUX.1-dev-LoRA-Cinderella

This is a Cinderella-themed LoRA trained on FLUX.1-dev, designed to produce storybook-style illustrations inspired by the classic Cinderella fairytale.
It excels at magical lighting, soft sparkles, elegant gowns, and warm fantasy atmospheres.

Prompt
Cinderella style, a young village girl sweeping the dusty stone floor beside a sunlit window, while small bluebirds and mice gather around her, soft golden particles floating in the air, warm fairytale glow.
Prompt
Cinderella style, the Fairy Godmother appearing in a swirl of sparkling starlight, transforming a pumpkin into a glowing crystal carriage, the garden illuminated with soft magical blue light, delicate sparkles trailing from her wand.
Prompt
Cinderella style, the prince and Cinderella dancing gracefully in a grand palace ballroom with shimmering chandeliers, glowing marble floors, floating ribbons of magic, Cinderella’s gown sparkling with enchanted light.

Trigger words

Use the phrase:
Cinderella style
to activate the LoRA's fairytale aesthetic.

You can extend prompts with characters, magic effects, locations, or story scenes.

Inference

import torch
from diffusers import FluxPipeline

pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("mastersubhajit/FLUX.1-dev-Finetuned-LoRA-Ghibli", weight_name="Flux-Finetune-LoRA-Ghibli.safetensors")
pipe.fuse_lora(lora_scale=1.0)
pipe.to("cuda")

prompt = "Cinderella style, Cinderella stepping into a glowing crystal carriage, blue butterflies swirling around her, her ball gown shimmering with magic as moonlight reflects off the palace towers in the distance."
image = pipe(prompt, 
             num_inference_steps=24, 
             guidance_scale=3.5,
             width=960, height=1280,
            ).images[0]
image.save(f"cinderella.png")
Downloads last month
12
Inference Providers NEW
Examples

Model tree for mastersubhajit/FLUX.1-dev-Finetuned-LoRA-Ghibli

Adapter
(36586)
this model

Space using mastersubhajit/FLUX.1-dev-Finetuned-LoRA-Ghibli 1