Instructions to use KappaNeuro/director-sofia-coppola-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/director-sofia-coppola-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-sofia-coppola-style") prompt = "Director Sofia Coppola style - A captivating film still, directedSofia Coppola, zooms in on a character's face, their eyes filled with a mixture of sadness and longing. Every nuance of their expression and the subtlest movements convey a depth of emotion that words cannot capture. Shot with natural light and soft focus, the image exudes Coppola's signature atmospheric style and her keen ability to depict complex emotions through restrained visuals. Intense emotion, award-winning composition, stunning detail, 16k high-detailed post-processing, professional color grading, hyper-realistic, octane render, UHD image" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K