Instructions to use CiaraRowles/TemporalNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CiaraRowles/TemporalNet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("CiaraRowles/TemporalNet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md bde15db
Update README.md c73bb85
Update README.md 0e7144e
Update README.md f14280e
Update README.md 1cd3664
Update README.md be4b936
Ciara commited on
Update README.md 030796b
Ciara commited on
Readme 721d172
Ciara commited on