Instructions to use SeeSee21/Z-Anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SeeSee21/Z-Anime with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SeeSee21/Z-Anime", 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
Is this model uncensored?
Is this model uncensored?
Partly, yes.
Z-Anime has some NSFW capability because of the training data, but it was not specifically trained as a hentai model or for extremely explicit sexual content.
So the model does understand nudity and anatomy to some degree, but its main focus is still anime-style image generation, characters, poses, outfits, lighting, and general illustration quality.
Partly, yes.
Z-Anime has some NSFW capability because of the training data, but it was not specifically trained as a hentai model or for extremely explicit sexual content.
So the model does understand nudity and anatomy to some degree, but its main focus is still anime-style image generation, characters, poses, outfits, lighting, and general illustration quality.
You should make the V2 in such a manner that it's capable to make more uncensored images.