Instructions to use Benevolent/NyanchtaStyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Benevolent/NyanchtaStyle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("playgroundai/playground-v2.5-1024px-aesthetic", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Benevolent/NyanchtaStyle") prompt = "(best quality), (masterpiece), (highres), (depth of field), perfect lighting, detailed face, 1 girl, detailed eyes, (looking at viewer),(sharp focus) <lora:eula2-000009:0.8>, euladef, eularnd, yellow eyes, light blue hair, large breasts, hair down,<lora:Nyantcha:1>, <lora:Single bare shoulder shirt:1>, single bare shoulder shirt long, naked shirt, cleavage, bottomless, arms behind back, smile, looking at viewer, sitting on bed, bedroom, house, indoors, morning time," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K