Depth Estimation
Diffusers
Safetensors
StableDiffusionPipeline
depth
monocular depth estimation
in-the-wild
zero-shot
single-step
Instructions to use GonzaloMartinGarcia/stable-diffusion-e2e-ft-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use GonzaloMartinGarcia/stable-diffusion-e2e-ft-depth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("GonzaloMartinGarcia/stable-diffusion-e2e-ft-depth", 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
- Xet hash:
- ebbb0dc79a40c4d4aa08a708aa9d4edfaa62bd72bfaa291322e5858fc542efee
- Size of remote file:
- 335 MB
- SHA256:
- 2aa1f43011b553a4cba7f37456465cdbd48aab7b54b9348b890e8058ea7683ec
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.