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

alc15492
/
pokemon_40k_steps

Text-to-Image
Diffusers
TensorBoard
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use alc15492/pokemon_40k_steps with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alc15492/pokemon_40k_steps", 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 Settings
  • Draw Things
  • DiffusionBee
pokemon_40k_steps
370 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
alc15492's picture
alc15492
Update README.md
85cc6c8 over 3 years ago
  • checkpoint-10000
    Upload 46 files over 3 years ago
  • checkpoint-15000
    Upload 46 files over 3 years ago
  • checkpoint-20000
    Upload 46 files over 3 years ago
  • checkpoint-25000
    Upload 46 files over 3 years ago
  • checkpoint-30000
    Upload 46 files over 3 years ago
  • checkpoint-5000
    Upload 46 files over 3 years ago
  • logs
    Upload 46 files over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    101 Bytes
    Update README.md over 3 years ago
  • pytorch_lora_weights.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    3.29 MB
    xet
    Upload 46 files over 3 years ago