Instructions to use RalFinger/smol-animals-sdxl-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use RalFinger/smol-animals-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/smol-animals-sdxl-lora") prompt = "zhibi, chibi, animal spider, small spider, chibi spider, cute happy spider, sitting in a spiderweb " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Smol Animals [SDXL LoRA]

- Prompt
- zhibi, chibi, animal spider, small spider, chibi spider, cute happy spider, sitting in a spiderweb

- Prompt
- zhibi, chibi, seal, small seal, chibi seal, cute, on the beach

- Prompt
- zhibi, chibi, cow, small cow, chibi cow, cute, on a farm, eating grass, in the alps, sun going down on the horizont

- Prompt
- zhibi, chibi, cow, small cow, chibi cow, cute, on a farm, eating grass, in the alps, sun going down on the horizont

- Prompt
- zhibi, chibi, parrot, small parrot, chibi parrot, cute, sitting on a finger, wild rain forrest background

- Prompt
- zhibi, chibi, parrot, small parrot, chibi parrot, cute, sitting on a finger, wild rain forrest background

- Prompt
- zhibi, chibi, cat, small cat, chibi cat, cute, with red ball of wool

- Prompt
- zhibi, chibi, cat, small cat, chibi cat, cute, with red big ball of wool

- Prompt
- zhibi, chibi, mouse, small mouse, chibi mouse, cute, munching on a way too big cheese

- Prompt
- zhibi, chibi, mouse, small mouse, chibi mouse, cute, munching on a way too big cheese
(CivitAI)
Model description
SDXL:
Trigger word: zhibi
Sampling Method: DPM++ 2M SDE Karras
☕ Buy me a coffee: https://ko-fi.com/ralfingerai
Trigger words
You should use zhibi 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/smol-animals-sdxl-lora', weight_name='zhibi-sdxl.safetensors')
image = pipeline('zhibi, chibi, mouse, small mouse, chibi mouse, cute, munching on a way too big cheese ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 40
Model tree for RalFinger/smol-animals-sdxl-lora
Base model
stabilityai/stable-diffusion-xl-base-1.0