Instructions to use BlueTriangles/SDXL_Young_Nanase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlueTriangles/SDXL_Young_Nanase 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_Young_Nanase") prompt = "sdxl-young-nanase" 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_Young_Nanase")
prompt = "sdxl-young-nanase"
image = pipe(prompt).images[0]Young Nanase / Natsume's Book of Friends(少女時代の七瀬 in 夏目友人帳)

- Prompt
- sdxl-young-nanase

- Prompt
- sdxl-young-nanase

- Prompt
- sdxl-young-nanase

- Prompt
- sdxl-young-nanase

- Prompt
- sdxl-young-nanase

- Prompt
- sdxl-young-nanase

- Prompt
- sdxl-young-nanase

- Prompt
- sdxl-young-nanase
License
本 LoRA を使用して生成された画像について、商用利用(広告、販売、有料コンテンツへの利用等)を一切禁止します。 / Commercial use of images generated with this LoRA is strictly prohibited.
Model description
Trained by 28 images in total (girl, clothes), 10 epoch, 2-10 iterations for 340 steps. Useful triggers and tags (keywords) are as follows.
Appearance: sdxl-young-nanase, black hair, short hair, round eyewear, glasses, wavy hair, grey eyes, small breasts, aged down
Outfit: nanase-school, school uniform, skirt, sailor collar, serafuku, pleated skirt, neckerchief, yellow neckerchief, brown skirt, shirt short sleeves, brown sailor collar, white shirt, socks, shoes, loafers
Trigger words
You should use sdxl-young-nanase to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 7
Model tree for BlueTriangles/SDXL_Young_Nanase
Base model
OnomaAIResearch/Illustrious-XL-v2.0