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

mudassirkhan19
/
pokemon-depth

Diffusers
TensorBoard
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use mudassirkhan19/pokemon-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mudassirkhan19/pokemon-depth with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mudassirkhan19/pokemon-depth", 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
pokemon-depth / model
13.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mudassirkhan19's picture
mudassirkhan19
add pokemon sd model
0d2214d about 3 years ago
  • unet
    add pokemon sd model about 3 years ago
  • unet_ema
    add pokemon sd model about 3 years ago
  • optimizer.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    6.88 GB
    xet
    add pokemon sd model about 3 years ago
  • random_states_0.pkl
    14.7 kB
    xet
    add pokemon sd model about 3 years ago
  • scaler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    557 Bytes
    xet
    add pokemon sd model about 3 years ago
  • scheduler.bin
    563 Bytes
    xet
    add pokemon sd model about 3 years ago