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
CompyUI?
#11
by AIMusicExperiment - opened
The title says it all. . .
Hi, I also use ComfyUI. I think we can use the apply controlnet node with the image input being the init image? Not sure though, I only used temporalnet with Auto1111 and have switched to Comfyui for SDXL.
I see that Temporalnet 2 has been added to the available models folder in ComfyUI. Thanks for that! I have downloaded it but not yet used it. I don't see that anyone has uploaded a specific preprocessor for it. Which would you suggest? Thanks in advance for any help you can offer.