Text-to-Image
Diffusers
stable-diffusion
lora
art
makoto shinkai
style
painting
animator
writer
films
Instructions to use KappaNeuro/makoto-shinkai-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KappaNeuro/makoto-shinkai-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/makoto-shinkai-style") prompt = "Makoto Shinkai Style - create photo of programmer who is near the window. He programming and thinking with looking at the nature behind the window, draw Makoto Sinkay anime style. Beautiful nature is visible behind the window. There is cup of hot coffe near programmer's macbook" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
