Instructions to use BlueTriangles/SDXL_PTD_Hiyo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_PTD_Hiyo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-XL-v2.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("BlueTriangles/SDXL_PTD_Hiyo") prompt = "sdxl-ptd-hiyo" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-XL-v2.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("BlueTriangles/SDXL_PTD_Hiyo")
prompt = "sdxl-ptd-hiyo"
image = pipe(prompt).images[0]Hiyo / Project Toyo Dolls(ヒヨ = 日下部陽葉 in in プロジェクト東京ドールズ Team B)

- Prompt
- sdxl-ptd-hiyo

- Prompt
- sdxl-ptd-hiyo

- Prompt
- sdxl-ptd-hiyo
Model description
Trained by 41 images (of person and clothes), 10 epochs, 2-10 repeats for 570 steps. Trigger and useful keywords (tags) are as follows.
Appearance: sdxl-ptd-hiyo, jewelry, earrings, brown hair, green eyes, hair ornament, ponytail, side ponytail, aqua eyes, long hair, small breasts
Outfit: battle dress, (red eyes:1.5), thighhighs, gloves, navel, boots, black gloves, black thighhighs, skirt, white boots, dress, wrist cuffs, black skirt, clothing cutout, partially fingerless gloves, jewelry, pink bow, bare shoulders, armlet, nacklace, navel cutout, black dress, half gloves, sleeveless, bow, idol dress, garter straps, pink dress, frills, multicolored dress, pleated skirt, midriff, ankle boots, miniskirt
Trigger words
You should use sdxl-ptd-hiyo to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 8
Model tree for BlueTriangles/SDXL_PTD_Hiyo
Base model
OnomaAIResearch/Illustrious-XL-v2.0