Instructions to use Quiho/SanicAnima_v2_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Quiho/SanicAnima_v2_checkpoint with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Quiho/SanicAnima_v2_checkpoint", dtype=torch.bfloat16, device_map="cuda") prompt = "1girl, solo, lumine \\(genshin impact\\), genshin impact, official costume, A woman is eating \"Anima\" cup ramen. masterpiece, best quality, highres, absurdres, year 2025, year 2024, year 2023, safe," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View content