Instructions to use BlueTriangles/SDXL_Park_Yu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_Park_Yu 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_Park_Yu") prompt = "sdxl-park-yu" 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_Park_Yu")
prompt = "sdxl-park-yu"
image = pipe(prompt).images[0]Park Yu / Daphne in the Brilliant Blue(朴ゆう in 光と水のダフネ)

- Prompt
- sdxl-park-yu

- Prompt
- sdxl-park-yu

- Prompt
- sdxl-park-yu

- Prompt
- sdxl-park-yu

- Prompt
- sdxl-park-yu

- Prompt
- sdxl-park-yu
License
本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
Model description
Trained with 58 images, 10 epochs, 10 iterations for 1450 steps. Trigger and useful keywords are as follows.
Appearance: sdxl-park-yu, blue hair, long hair, eyelashes, blunt bangs, sideboob, blue black eyes, parted bangs, blunt ends, curtained hair, v-shaped eyeshadows, low twintails, flipped hair
Outer 1: yu-casual, green scarf, navel, midriff, white shirt, cleavage, crop top, long sleeves, cropped jacket, black jacket, clothing cutout, bandana
Outer 2: yu-battle, fingerless gloves, bare shoulders, black bikini, navel, underboob, cross-laced clothes, revealing clothes, bare arms, cleavage, boots
Trigger words
You should use sdxl-park-yu to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 8
Model tree for BlueTriangles/SDXL_Park_Yu
Base model
OnomaAIResearch/Illustrious-XL-v2.0