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
I have a error when I try to execute the python script
#11
by alex3d86 - opened
Here s the error : C:\AUTOMATIC1111\inputtemporalnet>python temporalvideo.py
Traceback (most recent call last):
File "C:\AUTOMATIC1111\inputtemporalnet\temporalvideo.py", line 95, in
output_images.append(send_request(x_path,y_folder, y_paths[0]))
IndexError: list index out of range
I don't know well python what im doing wrong ? please thanks
Hi!
Looks like there isn't a init file or folder in the current folder for this error, did you cd into the same folder as the script before running and kept the init file in that folder?