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
Smaller 723MB diff version
#9
by onanymous - opened
Any chance on releasing smaller size of this, similar to the 1st TemporalNet?
Or any help on how to create it myself? I've tried using script included with ControlNet, extract_controlnet.py, which results in CUDA memory error that might be due to my measly 8GBs of VRAM.