Instructions to use sirius422/anima-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sirius422/anima-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sirius422/anima-diffusers", 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
File size: 643 Bytes
8cb2b36 | 1 2 3 4 5 6 7 8 9 10 11 | The CircleStone Model is licensed by CircleStone Labs LLC under the CircleStone
Non-Commercial License. Copyright CircleStone Labs LLC.
IN NO EVENT SHALL CIRCLESTONE LABS LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH USE OF THIS MODEL.
This repository contains weights converted from the original CircleStone Anima
checkpoints into the diffusers layout. The conversion renames tensors and splits
the fused checkpoint into separate modules; no tensor values were altered.
Original weights: https://huggingface.co/circlestone-labs/Anima
|