How to use from the
Use from the
Diffusers library
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("strkyyy/kodachrome-1970s")

prompt = "k0d4chr0me, professional portrait of an elderly fisherman, weathered face, soft natural lighting"
image = pipe(prompt).images[0]

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

showcase 1 showcase 2 showcase 3 showcase 4 showcase 5 showcase 6 showcase 7 showcase 8

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]
Downloads last month
-
Inference Providers NEW
Examples

Model tree for strkyyy/kodachrome-1970s

Adapter
(41937)
this model