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

MeghanaNanuvala
/
db_dog_3img_400steps

Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
dreambooth
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use MeghanaNanuvala/db_dog_3img_400steps with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MeghanaNanuvala/db_dog_3img_400steps", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of sks dog"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
db_dog_3img_400steps
25.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MeghanaNanuvala's picture
MeghanaNanuvala
End of training
940bcf3 verified 6 months ago
  • checkpoint-200
    End of training 6 months ago
  • checkpoint-400
    End of training 6 months ago
  • feature_extractor
    End of training 7 months ago
  • logs
    End of training 6 months ago
  • safety_checker
    End of training 7 months ago
  • scheduler
    End of training 7 months ago
  • text_encoder
    End of training 7 months ago
  • tokenizer
    End of training 7 months ago
  • unet
    End of training 6 months ago
  • vae
    End of training 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.22 kB
    End of training 6 months ago
  • model_index.json
    693 Bytes
    End of training 7 months ago
  • run_meta.json
    1.25 kB
    End of training 6 months ago