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
2
Inference Providers NEW

Model tree for freshcodes/cat_in_space

Adapter
(7769)
this model