Instructions to use nokolora/ffxiv-tataru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nokolora/ffxiv-tataru with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Liberata/illustrious-xl-v1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("nokolora/ffxiv-tataru") prompt = "(ffxivTataru:0.95), lalafell, solo, pink dress, pants, short hair, red beret, grey hair, (pink hair:0.6), freckles, pointy ears, purple eyes, hat feather, (metal clasp: 0.7), blush, short sleeves, fingerless gloves, necklace, smile, looking at viewer, shoes, white background, simple background, (grin:0.6), hands on hips, full body, " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K