strkyyy/kodachrome-1970s
145
Kodachrome 1970s Vintage Film Look with Flux LoRA
What it does
Immerse yourself in the nostalgic charm of Kodachrome 64 film from the 1970s with this LoRA model, delivering a unique aesthetic characterized by its warm and saturated colors, distinctive red-orange shadow shifts, subtle grain texture, and signature 'Kodachrome glow' in highlights.
How to use
Apply the trigger word 'k0d4chr0me' in your prompts for seamless integration. Ideal strength ranges from 0.85 to 1.0, paired with FluxGuidance settings of 3.0-4.0 for optimal results.
Best for
- Professional portraits with a vintage feel
- Capturing the essence of pets and landscapes under autumn light
- Coastal road scenes during sunsets
- Morning coffee moments on windowsills
- Jazz musicians performing in atmospheric bars
Tips
- Enhance your images by adjusting lighting to complement the film's warmth.
- Combine this LoRA with other complementary models for a multi-layered effect.
Trigger word
Activate with k0d4chr0me. Recommended strength: 0.9.
Showcase
Usage with diffusers
from diffusers import AutoPipelineForText2Image
import torch
pipe = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.float16).to("cuda")
pipe.load_lora_weights("strkyyy/kodachrome-1970s")
image = pipe("k0d4chr0me, your prompt", num_inference_steps=30).images[0]