Text-to-Image
Diffusers
English
lora
stable-diffusion-xl
style
vintage
film
kodachrome
1970s
analog
photography
retro
flux
cinematic
flux lora
style-lora
portrait
landscape
illustration
Instructions to use strkyyy/kodachrome-1970s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strkyyy/kodachrome-1970s with Diffusers:
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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
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
- -
Model tree for strkyyy/kodachrome-1970s
Base model
black-forest-labs/FLUX.1-dev






