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

  • Log In
  • Sign Up

IsaacAkintaro
/
class_conditioned_generation

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

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

  • Libraries
  • Diffusers

    How to use IsaacAkintaro/class_conditioned_generation with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("IsaacAkintaro/class_conditioned_generation", 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
class_conditioned_generation
416 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
IsaacAkintaro's picture
IsaacAkintaro
Upload DDPMPipeline
4d70eff verified over 1 year ago
  • logs
    Epoch 2 over 1 year ago
  • samples
    Epoch 2 over 1 year ago
  • scheduler
    Upload DDPMPipeline over 1 year ago
  • unet
    Upload DDPMPipeline over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.16 kB
    Upload DDPMPipeline over 1 year ago
  • lpips_vs_epoch_epoch_0.png
    20.1 kB
    Epoch 2 over 1 year ago
  • model_index.json
    193 Bytes
    Upload DDPMPipeline over 1 year ago
  • psnr_vs_epoch_epoch_0.png
    15.7 kB
    Epoch 2 over 1 year ago
  • sample_images_epoch_1.png
    261 kB
    Epoch 2 over 1 year ago
  • ssim_vs_epoch_epoch_0.png
    14.9 kB
    Epoch 2 over 1 year ago
  • training_metrics.csv
    257 Bytes
    Epoch 2 over 1 year ago