Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

CiaraRowles
/
TemporalNet

Diffusers
Safetensors
controlnet
stable-diffusion
Model card Files Files and versions
xet
Community
30

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
TemporalNet
12.7 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 12 commits
ahmetrustem's picture
ahmetrustem
Create test
53e195f about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    1.42 kB
    Update README.md about 3 years ago
  • temporalnetv3.ckpt

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.LongStorage"

    What is a pickle import?

    12.7 GB
    xet
    Initial Files about 3 years ago
  • temporalvideo.py
    3.98 kB
    Upload temporalvideo.py about 3 years ago
  • test
    462 Bytes
    Create test about 3 years ago