Instructions to use nokolora/ffxiv-fatcat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nokolora/ffxiv-fatcat 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("nokolora/ffxiv-fatcat") prompt = "no humans, fat cat, animal focus, calico, black eyes, round tail, :3, eyelash, looking at viewer, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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("nokolora/ffxiv-fatcat")
prompt = "no humans, fat cat, animal focus, calico, black eyes, round tail, :3, eyelash, looking at viewer, "
image = pipe(prompt).images[0]FFXIV - Fat Cat (LoRA)

- Prompt
- no humans, fat cat, animal focus, calico, black eyes, round tail, :3, eyelash, looking at viewer,
- Negative Prompt
- realistic, 3d, multiple cats,

- Prompt
- no humans, fat cat, animal focus, calico, black eyes, round tail, :3, walking, from side, white background, simple background,
- Negative Prompt
- realistic, 3d, multiple cats,
Model description
FFXIV Fat Cat LoRA Model
Published: 2025-02-22 (JST)
Contents
LoRA model for Stable Diffusion, which generates creature like Fat Cat in Final Fantasy XIV.
Model Type
Based on Illustrious-XL v0.1.
Trigger Words
positive
fat cat, animal focus, calico, black eyes, round tail, :3,
negative
multiple cats
Note
- add
no humansif you need. - depending on the model, it can be described as a cat.
- if you want to ride, you probably need another LoRA.
- what should I use it for? I don't really know either.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 6
Model tree for nokolora/ffxiv-fatcat
Base model
stabilityai/stable-diffusion-xl-base-1.0