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

Timmahw
/
SD2.1_Pokemon3D

Text-to-Image
Diffusers
English
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use Timmahw/SD2.1_Pokemon3D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Timmahw/SD2.1_Pokemon3D with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Timmahw/SD2.1_Pokemon3D", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "dragon armored eevee, red, ((wings)), claws"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
SD2.1_Pokemon3D
9.99 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Timmahw's picture
Timmahw
Update README.md
f7c6b05 over 3 years ago
  • scheduler
    Upload 14 files over 3 years ago
  • text_encoder
    Upload 14 files over 3 years ago
  • tokenizer
    Upload 14 files over 3 years ago
  • unet
    Upload 14 files over 3 years ago
  • vae
    Upload 14 files over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • Pokedex3D.ckpt

    Detected Pickle imports (5)

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

    What is a pickle import?

    4.99 GB
    xet
    Upload 14 files over 3 years ago
  • Pokedex3D.yaml
    1.82 kB
    Upload 14 files over 3 years ago
  • README.md
    1.32 kB
    Update README.md over 3 years ago
  • model_index.json
    511 Bytes
    Upload 14 files over 3 years ago