Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

tomriddle
/
anim

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

Instructions to use tomriddle/anim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use tomriddle/anim with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tomriddle/anim", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "masterpiece, best quality, 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
anim
26.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
tomriddle's picture
tomriddle
Update README.md
91796c2 about 3 years ago
  • feature_extractor
    removed images about 3 years ago
  • safety_checker
    removed images about 3 years ago
  • scheduler
    removed images about 3 years ago
  • text_encoder
    removed images about 3 years ago
  • tokenizer
    removed images about 3 years ago
  • unet
    removed images about 3 years ago
  • vae
    removed images about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    739 Bytes
    Update README.md about 3 years ago
  • anything-v3-1.ckpt

    Detected Pickle imports (5)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.IntStorage"

    What is a pickle import?

    4.27 GB
    xet
    removed images about 3 years ago
  • anything-v3-1.safetensors
    4.27 GB
    xet
    removed images about 3 years ago
  • anything-v3-2.ckpt

    Detected Pickle imports (4)

    • "torch.IntStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    4.27 GB
    xet
    removed images about 3 years ago
  • anything-v3-2.safetensors
    4.27 GB
    xet
    removed images about 3 years ago
  • model_index.json
    511 Bytes
    removed images about 3 years ago