Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cerspense
/
zeroscope_v2_30x448x256

Diffusers
TextToVideoSDPipeline
Text-to-Video
Model card Files Files and versions
xet
Community

Instructions to use cerspense/zeroscope_v2_30x448x256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use cerspense/zeroscope_v2_30x448x256 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("cerspense/zeroscope_v2_30x448x256", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
zeroscope_v2_30x448x256
8.47 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
cerspense's picture
cerspense
Update README.md
7fd7827 almost 3 years ago
  • scheduler
    uploaded model about 3 years ago
  • text_encoder
    Updated model from 10k samples to 17k samples about 3 years ago
  • tokenizer
    uploaded model about 3 years ago
  • unet
    Updated model from 10k samples to 17k samples about 3 years ago
  • vae
    uploaded model about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    2.21 kB
    Update README.md almost 3 years ago
  • model_index.json
    384 Bytes
    Update model_index.json about 3 years ago
  • zeroscope_v2_30x448x256.pth

    Detected Pickle imports (3)

    • "torch.HalfStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    2.82 GB
    xet
    Updated model from 10k samples to 17k samples about 3 years ago
  • zeroscope_v2_30x448x256_text.bin
    1.97 GB
    xet
    Updated model from 10k samples to 17k samples about 3 years ago