Instructions to use Raxephion/tim-burtonise-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Raxephion/tim-burtonise-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Raxephion/tim-burtonise-v1") prompt = "In the style of tim_burtonise, fog, town, trees, scarecrow, corn fields" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Usage
Download Tim_Burtonise_V1.safetensors and place in lora folder. Ideal strength: 1.0
Krea 2 LoRA — Raxephion/tim-burtonise-v1

- Prompt
- In the style of tim_burtonise, fog, town, trees, scarecrow, corn fields

- Prompt
- In the style of tim_burtonise, whimsical sleepy hollow, clockmaker working at his bench, indoors, dustmotes

- Prompt
- In the style of tim_burtonise, whimsical horsedrawn carriage, fog, town

- Prompt
- Iin the style of tim_burtonise, a lonely lighthouse keeper standing on the balcony of an impossibly tall crooked lighthouse above a violent midnight sea, the tower twisting upward like a bent candle, waves crashing against jagged black cliffs, enormous clouds curling across the sky, distant ghostly ships barely visible through the storm, the keeper holding a glowing lantern while his long coat whips in the wind, dramatic scale, monochromatic blue-grey palette with a single warm beacon, eerie romantic atmosphere, cinematic fantasy realism, intricate weathered textures

- Prompt
- in the style of tim_burtonise, a colossal mechanical whale floating silently above an old European harbour town at dawn, its body assembled from tarnished brass, black iron, clockwork gears and stitched canvas fins, a tiny eccentric inventor standing on a rooftop controlling it with a tangled bundle of strings, crooked chimneys and steep rooftops below, startled townspeople looking upward, flocks of ravens circling the machine, pale golden sunrise breaking through blue fog, grand whimsical adventure atmosphere, enormous sense of scale, intricate mechanical details, cinematic wide-angle composition

- Prompt
- in the style of tim_burtonise, cinematic photograph. spindley twirley trees, corn fields, windmill
A DreamBooth-LoRA for Krea 2, trained on Krea 2 RAW and shown on Krea 2 Turbo. The samples below were generated with this LoRA on Turbo (8 steps).
Trigger
Use the phrase tim_burtonise to invoke the concept.
Samples
"In the style of tim_burtonise, fog, town, trees, scarecrow, corn fields"
"In the style of tim_burtonise, whimsical sleepy hollow, clockmaker working at his bench, indoors, dustmotes"
"In the style of tim_burtonise, whimsical horsedrawn carriage, fog, town"
"Iin the style of tim_burtonise, a lonely lighthouse keeper standing on the balcony of an impossibly tall crooked lighthouse above a violent midnight sea, the tower twisting upward like a bent candle, waves crashing against jagged black cliffs, enormous clouds curling across the sky, distant ghostly ships barely visible through the storm, the keeper holding a glowing lantern while his long coat whips in the wind, dramatic scale, monochromatic blue-grey palette with a single warm beacon, eerie romantic atmosphere, cinematic fantasy realism, intricate weathered textures"
"in the style of tim_burtonise, a colossal mechanical whale floating silently above an old European harbour town at dawn, its body assembled from tarnished brass, black iron, clockwork gears and stitched canvas fins, a tiny eccentric inventor standing on a rooftop controlling it with a tangled bundle of strings, crooked chimneys and steep rooftops below, startled townspeople looking upward, flocks of ravens circling the machine, pale golden sunrise breaking through blue fog, grand whimsical adventure atmosphere, enormous sense of scale, intricate mechanical details, cinematic wide-angle composition"
"in the style of tim_burtonise, cinematic photograph. spindley twirley trees, corn fields, windmill"
Use it with diffusers
import torch
from diffusers import Krea2Pipeline
pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
pipe.load_lora_weights("Raxephion/tim-burtonise-v1")
image = pipe("A golden labrador running across a sunny farm, a pickup truck on a dusty road far behind, tim_burtonise", num_inference_steps=8, guidance_scale=0.0).images[0]
image.save("output.png")
- Downloads last month
- 13
Model tree for Raxephion/tim-burtonise-v1
Base model
krea/Krea-2-Raw




