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

  • Log In
  • Sign Up

HubertK
/
sd2_glass

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 HubertK/sd2_glass with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use HubertK/sd2_glass with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("HubertK/sd2_glass", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of glass"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sd2_glass / text_encoder
1.36 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
HubertK's picture
HubertK
End of training
5dcc5e3 verified almost 2 years ago
  • config.json
    608 Bytes
    End of training almost 2 years ago
  • model.safetensors
    1.36 GB
    xet
    End of training almost 2 years ago