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
Commit ·
b219d0a
1
Parent(s): cc8658a
Adding `safetensors` variant of this model (#14)
Browse files- Adding `safetensors` variant of this model (726e4772f3494afa9b46b34fa6af5cb0497d5aca)
Co-authored-by: Joel Kelly <Vendacious@users.noreply.huggingface.co>
temporalnetversion2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36b26b559614076434165a74ef19e7652bd582d36ccc315cbd1ca4b10a7e7d55
|
| 3 |
+
size 5710312396
|