Instructions to use Quiho/anima_xxl_v1.0_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Quiho/anima_xxl_v1.0_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/anima_xxl_v1.0_checkpoint", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "hyperrealistic,score_8, score_9,a highly detailed, color photograph of an elaborate, fantasy-themed masked face. The mask is white with a blue-tinted skin-like texture and features striking, large, golden-yellow eyes with dark, dramatic eyeliner and red eyeshadow. The mask's nose is small and pointed, with dark, lipstick-like makeup on the lips. The mask is adorned with intricate, golden, ornamental designs that include small, decorative beads and patterns, particularly around the eyes and forehead. A red, feather-like accessory is positioned on the left side of the mask, adding a vibrant contrast to the gold and white. The background is blurred but appears to be filled with red, flower-like shapes, enhancing the mask's elaborate and exotic appearance. The mask also includes a golden, circular pendant with a blue gemstone at the neck, adding to the overall opulence. The photograph captures the mask from a close-up, frontal perspective, highlighting the detailed craftsmanship and the dramatic, otherworldly aesthetic. The image has a rich, textured quality, with a focus on the mask's ornate and fantastical design elements." 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 model card