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
- 40
Model tree for freshcodestech/cat_in_space
Base model
stabilityai/stable-diffusion-xl-base-1.0