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

  • Log In
  • Sign Up

Fazzie
/
PokemonGAI

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

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

  • Libraries
  • Diffusers

    How to use Fazzie/PokemonGAI with Diffusers:

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

    Detected Pickle imports (5)

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

    What is a pickle import?

    4.99 GB
    xet
    Upload 2 files over 3 years ago
  • Pokedex2D.yaml
    1.82 kB
    Upload 2 files over 3 years ago
  • README.md
    1.39 kB
    Update README.md over 3 years ago
  • model_index.json
    511 Bytes
    Upload 12 files over 3 years ago