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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JeffreyHuLLaMA2
/
DogDiffusion

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

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

  • Libraries
  • Diffusers

    How to use JeffreyHuLLaMA2/DogDiffusion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("JeffreyHuLLaMA2/DogDiffusion", 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
DogDiffusion / samples
3.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
JeffreyHuLLaMA2's picture
JeffreyHuLLaMA2
Epoch 50
687a3bb over 2 years ago
  • 0000.png
    522 kB
    Epoch 0 over 2 years ago
  • 0001.png
    521 kB
    Epoch 1 over 2 years ago
  • 0003.png
    520 kB
    Epoch 3 over 2 years ago
  • 0004.png
    505 kB
    Epoch 4 over 2 years ago
  • 0019.png
    441 kB
    Epoch 19 over 2 years ago
  • 0039.png
    443 kB
    Epoch 39 over 2 years ago
  • 0050.png
    448 kB
    Epoch 50 over 2 years ago