Instructions to use KappaNeuro/director-david-fincher-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/director-david-fincher-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/director-david-fincher-style") prompt = "Director David Fincher style - a female psychatrist in her fourties sitting in a modern room with big windows letting the cold light from outside in, it's raining, rain on the windows, the woman is seated in a comfy recliner and opposite her is an empty comfy chair, super wide shot, style of in treatment 2008, insane detail, cinematic quality, 4k, smooth light, real photography Fujifilm superia, taken on a Canon EOS R5 F1.2 ISO100 35MM" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!