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
Commit ·
14cfc3d
1
Parent(s): 84a499e
Add diff version (#3)
Browse files- Add diff version (b5b1781a72a64b7d5523c7469bfb0cee2d7b5a37)
- Updated temporalvideo.py to work with the dif checkpoint. (798a8f196ff6b1c8b2f2714b048c60144a106af8)
- Upload temporalvideo.py (bdb6dee17e803acce7979efb2d7a56946e23b44a)
Co-authored-by: OedoSoldier <OedoSoldier@users.noreply.huggingface.co>
diff_control_sd15_temporalnet_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e6289975e7b5398ad6cf0fc60102233c48f1efc0314927f8f230944335ac0a1
|
| 3 |
+
size 722601177
|