Text-to-Image
Diffusers
English
lora
stable-diffusion-xl
style
cinestill
film
night
neon
cinematic
analog
photography
flux
vintage
grain
style-lora
flux-lora
portrait
Instructions to use strkyyy/cinestill-800t with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strkyyy/cinestill-800t 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/cinestill-800t") prompt = "c1n3st1ll, a lone figure standing under a glowing streetlamp in the rain" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
CineStill Night Film Look for Flux LoRA
What it does
Authentic CineStill 800T tungsten film look — the iconic cinematic night aesthetic. This LoRA captures the signature red halation glow around light sources, cool blue shadows balanced for tungsten lighting, fine grain, and that unmistakable neon-soaked nightlife mood.
How to use
Trigger with 'c1n3st1ll' in your prompt at a suggested strength of 0.85-1.0. Best paired with FluxGuidance 3.0-4.0 for optimal results.
Best for
- A lone figure standing under a glowing streetlamp in the rain
- Vintage diner counter at midnight, neon glow
- Classic car parked on a neon-lit street
- City skyline at night from a rooftop
- Woman in a red coat crossing a wet street at night
Tips
- Use it to enhance night scenes with warm red glows and cool blue shadows.
- Pair with other LoRAs for unique effects, but dial back the strength slightly.
Example Prompts
c1n3st1ll a neon-lit cityscape with reflections in puddles, focus on futuristic architecture
c1n3st1ll portrait of a night owl in dimly lit jazz bar, soft shadows and red halation glow
c1n3st1ll close-up of abandoned street sign under flickering light, cool blue tungsten tones
c1n3st1ll racing car speeding through dark tunnel with intense headlights and blurred motion
c1n3st1ll mood piece capturing the essence of a rainy night in Tokyo, neon lights and reflections
c1n3st1ll abstract composition featuring fine grain texture and halation around light sources
Trigger word
Activate with c1n3st1ll. 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/cinestill-800t")
image = pipe("c1n3st1ll, your prompt", num_inference_steps=30).images[0]
- Downloads last month
- 10
Model tree for strkyyy/cinestill-800t
Base model
black-forest-labs/FLUX.1-dev






