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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

saltacc
/
wd-1-4-anime

Diffusers
Model card Files Files and versions
xet
Community
1

Instructions to use saltacc/wd-1-4-anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use saltacc/wd-1-4-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("saltacc/wd-1-4-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
wd-1-4-anime
22.3 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
saltacc's picture
saltacc
added diffusers
731ea04 over 3 years ago
  • Diffusers
    added diffusers over 3 years ago
  • VAE
    added epoch 2 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • wd-1-4-epoch2-fp16.ckpt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.HalfStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    2.58 GB
    xet
    added epoch 2 over 3 years ago
  • wd-1-4-epoch2-fp16.safetensors
    2.58 GB
    xet
    added epoch 2 over 3 years ago
  • wd-1-4-epoch2-fp16.yaml
    1.79 kB
    added epoch 2 over 3 years ago
  • wd-1-4-epoch2-fp32.ckpt

    Detected Pickle imports (4)

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

    What is a pickle import?

    5.16 GB
    xet
    added epoch 2 over 3 years ago
  • wd-1-4-epoch2-fp32.safetensors
    5.16 GB
    xet
    added epoch 2 over 3 years ago
  • wd-1-4-epoch2-fp32.yaml
    1.79 kB
    added epoch 2 over 3 years ago