Instructions to use CiaraRowles/temporal-controlnet-depth-svd-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CiaraRowles/temporal-controlnet-depth-svd-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CiaraRowles/temporal-controlnet-depth-svd-v1", 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
Does it work with SVDXT?
#1
by Winnougan - opened
Hi CiaraRowles. I will play around with your controlnet for SVD. I'd like to know if it works just the same with the SVDXT model, just the same? If not, what would the ETA be on an SVDXT temporal controlnet? Thanks.
Hi! sorry for the late reply, yes it does!