Instructions to use sd-dreambooth-library/gemba-cat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sd-dreambooth-library/gemba-cat with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sd-dreambooth-library/gemba-cat", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
cat on Stable Diffusion via Dreambooth
model by takaaki-inada
This your the Stable Diffusion model fine-tuned the cat concept taught to Stable Diffusion with Dreambooth.
It can be used by modifying the instance_prompt: a photo of sks cat
You can also train your own concepts and upload them to the library by using this notebook.
And you can run your new concept via diffusers: Colab Notebook for Inference, Spaces with the Public Concepts loaded
Generated AI illustration examples are:sks cat helmet finger pointing profile cowboy_shot loli alice elementary school student girl turning around with white marble glowing skin and dot nose with blush cheeks hair ornament blue_archive arknights jewelry glint sparkle light_rays lens_flare light_particles hyper detailed high detail exquisite detail golden hour lighting strong rim light intense shadows

- Downloads last month
- 6








