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

  • Log In
  • Sign Up

juneyoung9
/
DM-Calib

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use juneyoung9/DM-Calib with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use juneyoung9/DM-Calib with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("juneyoung9/DM-Calib", 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
DM-Calib / depth_safe
3.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
juneyoung9's picture
juneyoung9
Upload 3 files
d2ae262 verified 8 months ago
  • config.json
    1.94 kB
    Upload 3 files 8 months ago
  • diffusion_pytorch_model.safetensors
    3.06 GB
    xet
    Upload 3 files 8 months ago
  • vae_decoder.safetensors
    198 MB
    xet
    Upload 3 files 8 months ago