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

  • Log In
  • Sign Up

leemeng
/
danbooru_small

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

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

  • Libraries
  • Diffusers

    How to use leemeng/danbooru_small with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("leemeng/danbooru_small", 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
danbooru_small
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
leemeng's picture
leemeng
End of training
2fc87ea over 3 years ago
  • checkpoint-1000
    checkpoint-1000 over 3 years ago
  • checkpoint-1500
    checkpoint-1500 over 3 years ago
  • checkpoint-2000
    checkpoint-2000 over 3 years ago
  • checkpoint-500
    checkpoint-500 over 3 years ago
  • feature_extractor
    End of training over 3 years ago
  • logs
    End of training over 3 years ago
  • safety_checker
    End of training over 3 years ago
  • samples
    End of training over 3 years ago
  • scheduler
    End of training over 3 years ago
  • text_encoder
    End of training over 3 years ago
  • tokenizer
    End of training over 3 years ago
  • unet
    End of training over 3 years ago
  • vae
    End of training over 3 years ago
  • .gitattributes
    3.94 kB
    End of training over 3 years ago
  • .gitignore
    15 Bytes
    checkpoint-500 over 3 years ago
  • model_index.json
    604 Bytes
    End of training over 3 years ago