Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
anime
fox
japan
style
furry
japanese
japanese art
Instructions to use RalFinger/kitsune-style-sdxl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RalFinger/kitsune-style-sdxl-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("RalFinger/kitsune-style-sdxl-lora") prompt = "kitsune, mount, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Kitsune Style [SDXL LoRA]

- Prompt
- kitsune, mount,

- Prompt
- kitsune, illusionist, illusionist outfit,

- Prompt
- kitsune, herbalist, herbalist outfit,

- Prompt
- kitsune, knight, dark knight outfit,

- Prompt
- kitsune, cleric, cleric outfit,

- Prompt
- kitsune, templar, templar outfit,

- Prompt
- kitsune, illusionist, illusionist outfit,

- Prompt
- kitsune, illusionist, illusionist outfit,

- Prompt
- kitsune, cleric, cleric outfit,

- Prompt
- kitsune, illusionist, illusionist outfit,
(CivitAI)
Model description
SDXL:
Trigger word: kitsune
Sampling Method: DPM++ 2M SDE Karras
☕ Buy me a coffee: https://ko-fi.com/ralfingerai
Prompt: Use the following keywords for trained styles. Add "clothing" or "outfit" to your prompt to add more details.
bard, battle mage, beastmaster, druid, herbalist, sorcerer, illusionist, cleric, warrior, lady, mage, monk, moon priest, mount, priest, samurai, shaman, templar, armorer, knight
Trigger words
You should use kitsune 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('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('RalFinger/kitsune-style-sdxl-lora', weight_name='kitsune-sdxl.safetensors')
image = pipeline('kitsune, illusionist, illusionist outfit, ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 22
Model tree for RalFinger/kitsune-style-sdxl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0