Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AdamOswald1
/
Anime

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

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

  • Libraries
  • Diffusers

    How to use AdamOswald1/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("AdamOswald1/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
Anime
1.24 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 25 commits
AdamOswald1's picture
AdamOswald1
Upload 11 files
27c5684 over 3 years ago
  • feature_extractor
    Upload 11 files over 3 years ago
  • safety_checker
    Upload 11 files over 3 years ago
  • scheduler
    Upload 11 files over 3 years ago
  • text_encoder
    Upload pytorch_model.bin over 3 years ago
  • tokenizer
    Upload 3 files over 3 years ago
  • train
    Upload 50 files over 3 years ago
  • unet
    Create unet/config.json over 3 years ago
  • vae
    Upload diffusion_pytorch_model.bin over 3 years ago
  • .gitattributes
    2.27 kB
    Create .gitattributes (#1) over 3 years ago
  • AnimeChanStyle v2.3.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    99 MB
    xet
    Upload 2 files over 3 years ago
  • AnimeChanStyle-v1.zip
    9.25 MB
    xet
    Upload 2 files over 3 years ago
  • AnimeChanStyle-v2.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    99 MB
    xet
    Upload 2 files over 3 years ago
  • README.md
    3.18 kB
    Update README.md over 3 years ago
  • isnetis.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    204 MB
    xet
    Upload isnetis.ckpt over 3 years ago
  • model_index.json
    548 Bytes
    Upload model_index.json over 3 years ago
  • showcase_dataset.jpg
    131 Bytes
    xet
    Upload showcase_dataset.jpg over 3 years ago