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

  • Log In
  • Sign Up

mpatel57
/
backpack_dog

Text-to-Image
Diffusers
Safetensors
KandinskyV22Pipeline
λ-ECLIPSE
ECLIPSE
kandinsky
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use mpatel57/backpack_dog with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mpatel57/backpack_dog", 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
  • Draw Things
  • DiffusionBee
backpack_dog
65.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mpatel57's picture
mpatel57
End of training
b5321ea verified about 2 years ago
  • checkpoint-100
    End of training about 2 years ago
  • checkpoint-200
    End of training about 2 years ago
  • checkpoint-300
    End of training about 2 years ago
  • checkpoint-400
    End of training about 2 years ago
  • movq
    End of training about 2 years ago
  • scheduler
    End of training about 2 years ago
  • unet
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.03 kB
    End of training about 2 years ago
  • model_index.json
    246 Bytes
    End of training about 2 years ago
  • val_imgs_grid.png
    444 kB
    End of training about 2 years ago