Instructions to use CiaraRowles/TemporalNet2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CiaraRowles/TemporalNet2 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("CiaraRowles/TemporalNet2") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 136 Bytes
4a1207e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:51eea78ec529e554291e5c6f66f5a37c27ae8565594b22da297e28eb0f47ab27
size 12688113093
|