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
webui extension
#1
by ljleb - opened
Hi! This looks really promising. Please consider opening an issue or a PR in Mikubill's extension repo to add support for the model's workflow. There is a batch mode now in the extension, IIUC it should be relatively straightforward to implement.
Yes, agreed! it's on my to do list.
Yep, please!
Hi, are there any news here, when the model can be used in the WebUI?
webui extension would be glorious Ciara! Please consider it!