Shalltear Bloodfallen Lora
Model description
This lora was trained on 10 epochs, 10 repeats, with a dataset of 207 hand-picked images of Shalltear Bloodfallen. It works best by lowering the UNet strength to 0.7-0.8.
The dataset was tagged using waifu diffusion tagger 1.4 v2 with a threshold of 0.85 and then manually tagged with these tags: shalltear bloodfallen, casual dress (images with the dress she normally wears), armor (wearing her red armor), lance (holding her Spuit Lance), blood pool (the magic that create an orb of blood from her victims, this lora can recreate it very well), disguise (in her disguise) and nsfw.
Trigger words
You should use shalltear bloodfallen
, casual dress
, armor
, lance
, blood pool
, disguise
, nsfw
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Shinku/shalltear-bloodfallen-lora', weight_name='shalltear-000010.safetensors')
image = pipeline('shalltear bloodfallen, casual dress, blood pool, 1girl, red eyes, solo, dress').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 10
Model tree for Shinku/shalltear-bloodfallen-lora
Base model
runwayml/stable-diffusion-v1-5