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 )
Not sure if I am doing something wrong. I launch webui with the --api command and then launch the temporalvideo.py script from a separate webui venv window and I get this errorI have the folders set up like this
Figured it out, I had to be launching the script while in the directory
· Sign up or log in to comment