Instructions to use KappaNeuro/director-darren-aronofsky-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/director-darren-aronofsky-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-darren-aronofsky-style") prompt = "Director Darren Aronofsky style - A striking film still, . Within a swirling vortex of colors, an unseen force manifests as a sentient being. Its form is ever-changing, shifting between abstract shapes and ethereal manifestations. The immersive surrealism of its presence defies human comprehension, evoking a sense of awe and bewilderment. Shot on Sony Venice, a cinematic lens captures the dynamic energy and captivating essence of this enigmatic entity. 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 Settings
- Draw Things
- DiffusionBee
Ctrl+K