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
Support from the a1111 webui extension
#21
by ljleb - opened
Hey there, in case you intended to update the readme, I just wanted to let you know that now it is possible to use this model from Mikubill's a1111 webui controlnet extension:
https://github.com/Mikubill/sd-webui-controlnet/issues/736#issuecomment-1522146251