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

  • Log In
  • Sign Up

IsaacAkintaro
/
household_diffusion_tutorial_output_v6_bear

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

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

  • Libraries
  • Diffusers

    How to use IsaacAkintaro/household_diffusion_tutorial_output_v6_bear 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/household_diffusion_tutorial_output_v6_bear", 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
household_diffusion_tutorial_output_v6_bear / samples
3.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
IsaacAkintaro's picture
IsaacAkintaro
Epoch 34
4281a2b verified almost 2 years ago
  • 0004.png
    363 kB
    Epoch 4 almost 2 years ago
  • 0009.png
    552 kB
    Epoch 9 almost 2 years ago
  • 0014.png
    486 kB
    Epoch 14 almost 2 years ago
  • 0019.png
    498 kB
    Epoch 19 almost 2 years ago
  • 0024.png
    493 kB
    Epoch 24 almost 2 years ago
  • 0029.png
    475 kB
    Epoch 29 almost 2 years ago
  • 0034.png
    533 kB
    Epoch 34 almost 2 years ago