Cat in Space πŸ±πŸš€

This is a Stable Diffusion XL model fine-tuned to generate cartoon cats in space.

Example

from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained("freshcodestech/cat_in_space", torch_dtype=torch.float16)
pipe.to("cuda")

image = pipe("a cartoon cat in a space suit floating in a colorful galaxy").images[0]
image.save("cat.png")
Downloads last month
26
Safetensors
Model size
3B params
Tensor type
F32
Β·
Inference Providers NEW

Model tree for freshcodes/cat_in_space

Adapter
(9687)
this model