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

  • Log In
  • Sign Up

ishitangupta
/
test_model_20_vae

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

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

  • Libraries
  • Diffusers

    How to use ishitangupta/test_model_20_vae with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ishitangupta/test_model_20_vae", 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
test_model_20_vae
15.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ishitangupta's picture
ishitangupta
End of training
2058947 verified over 1 year ago
  • checkpoint-20
    End of training over 1 year ago
  • feature_extractor
    End of training over 1 year ago
  • logs
    End of training over 1 year ago
  • safety_checker
    End of training over 1 year ago
  • scheduler
    End of training over 1 year ago
  • text_encoder
    End of training over 1 year ago
  • tokenizer
    End of training over 1 year ago
  • unet
    End of training over 1 year ago
  • vae
    End of training over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • model_index.json
    710 Bytes
    End of training over 1 year ago