Instructions to use KappaNeuro/director-terrence-malick-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/director-terrence-malick-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-terrence-malick-style") prompt = "Director Terrence Malick style - A pretty young white girl with long blond hair, really big light blue eyes and long legs, expressionless face, wearing a white cotton slip dress, barefoot, standing far far away in a field, the woman occupies 20% of the screen. knee-deep green grass Undulating in the wilderness like a waves. In the distance, there is a vague mist, in which a few sporadic trees can be vaguely seen in the distance. The weather is cloudy. Under the shroud of mist, there is a faint atmosphere of sadness and decadence. Ultra-realistic, 8K, shooting with Pentax 67ii, wide-angle, shooting down from a 30 angle, the whole picture presents the texture of film works, full-body," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
