Instructions to use developy/ApDepth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use developy/ApDepth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("developy/ApDepth", 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:
- 8d8507476c33351b14bb931a221ab1cff72e2812016dac9ed073c94b79c34443
- Size of remote file:
- 18.1 MB
- SHA256:
- 3b6c4b74e0eff36167096bdceaf45e4af925c7bc3047dc421eb05e9af0321284
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.