cerspense / zeroscope_v2_576w

huggingface.co
Total runs: 2.6K
24-hour runs: 26
7-day runs: 109
30-day runs: -18.0K
Model's Last Updated: July 01 2023
text-to-video

Introduction of zeroscope_v2_576w

Model Details of zeroscope_v2_576w

model example

zeroscope_v2 576w

A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. This model was trained from the original weights using 9,923 clips and 29,769 tagged frames at 24 frames, 576x320 resolution.
zeroscope_v2_567w is specifically designed for upscaling with zeroscope_v2_XL using vid2vid in the 1111 text2video extension by kabachuha . Leveraging this model as a preliminary step allows for superior overall compositions at higher resolutions in zeroscope_v2_XL, permitting faster exploration in 576x320 before transitioning to a high-resolution render. See some example outputs that have been upscaled to 1024x576 using zeroscope_v2_XL. (courtesy of dotsimulate )

zeroscope_v2_576w uses 7.9gb of vram when rendering 30 frames at 576x320

Using it with the 1111 text2video extension
  1. Download files in the zs2_576w folder.
  2. Replace the respective files in the 'stable-diffusion-webui\models\ModelScope\t2v' directory.
Upscaling recommendations

For upscaling, it's recommended to use zeroscope_v2_XL via vid2vid in the 1111 extension. It works best at 1024x576 with a denoise strength between 0.66 and 0.85. Remember to use the same prompt that was used to generate the original clip.

Usage in 🧨 Diffusers

Let's first install the libraries required:

$ pip install diffusers transformers accelerate torch

Now, generate a video:

import torch
from diffusers import DiffusionPipeline, DPMSolverMultistepScheduler
from diffusers.utils import export_to_video

pipe = DiffusionPipeline.from_pretrained("cerspense/zeroscope_v2_576w", torch_dtype=torch.float16)
pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
pipe.enable_model_cpu_offload()

prompt = "Darth Vader is surfing on waves"
video_frames = pipe(prompt, num_inference_steps=40, height=320, width=576, num_frames=24).frames
video_path = export_to_video(video_frames)

Here are some results:

Darth vader is surfing on waves.
Darth vader surfing in waves.
Known issues

Lower resolutions or fewer frames could lead to suboptimal output.

Thanks to camenduru , kabachuha , ExponentialML , dotsimulate , VANYA , polyware , tin2tin

Runs of cerspense zeroscope_v2_576w on huggingface.co

2.6K
Total runs
26
24-hour runs
70
3-day runs
109
7-day runs
-18.0K
30-day runs

More Information About zeroscope_v2_576w huggingface.co Model

More zeroscope_v2_576w license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

zeroscope_v2_576w huggingface.co

zeroscope_v2_576w huggingface.co is an AI model on huggingface.co that provides zeroscope_v2_576w's model effect (), which can be used instantly with this cerspense zeroscope_v2_576w model. huggingface.co supports a free trial of the zeroscope_v2_576w model, and also provides paid use of the zeroscope_v2_576w. Support call zeroscope_v2_576w model through api, including Node.js, Python, http.

zeroscope_v2_576w huggingface.co Url

https://huggingface.co/cerspense/zeroscope_v2_576w

cerspense zeroscope_v2_576w online free

zeroscope_v2_576w huggingface.co is an online trial and call api platform, which integrates zeroscope_v2_576w's modeling effects, including api services, and provides a free online trial of zeroscope_v2_576w, you can try zeroscope_v2_576w online for free by clicking the link below.

cerspense zeroscope_v2_576w online free url in huggingface.co:

https://huggingface.co/cerspense/zeroscope_v2_576w

zeroscope_v2_576w install

zeroscope_v2_576w is an open source model from GitHub that offers a free installation service, and any user can find zeroscope_v2_576w on GitHub to install. At the same time, huggingface.co provides the effect of zeroscope_v2_576w install, users can directly use zeroscope_v2_576w installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

zeroscope_v2_576w install url in huggingface.co:

https://huggingface.co/cerspense/zeroscope_v2_576w

Url of zeroscope_v2_576w

zeroscope_v2_576w huggingface.co Url

Provider of zeroscope_v2_576w huggingface.co

cerspense
ORGANIZATIONS

Other API from cerspense

huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 12 2023