Text-to-Image
Diffusers
stable-diffusion
lora
art
style
painting
roger deakins
directors
filmmaking
cinematographer
Instructions to use KappaNeuro/roger-deakins-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/roger-deakins-style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("KappaNeuro/roger-deakins-style") prompt = "Roger Deakins Style - portrait shot through the window of a vehicle. an ominous alaskan looking man in a black suit with bleach blond hair looks out the passenger window at a fire, sitting next to his brunette male colleage who is driving. The blonde man is sitting in the passenger seat ofa black 2022 cadillac CT5-v at night. The man looks at the camera. Out of focus in the background, his suited partner drives the car on a long road deep in the florida everglades. All black leather interior. driver in background out of focus in background. Late at night on a dark everglades road. 8k f2.1 film photo" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K