From 77adac115541512d74fc250052469094e08d8204 Mon Sep 17 00:00:00 2001 From: Nathan Raw Date: Thu, 20 Oct 2022 00:50:45 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 65e9186..7f9b40e 100644 --- a/README.md +++ b/README.md @@ -46,16 +46,12 @@ huggingface-cli login ```python from stable_diffusion_videos import StableDiffusionWalkPipeline -from diffusers.schedulers import LMSDiscreteScheduler import torch pipeline = StableDiffusionWalkPipeline.from_pretrained( "CompVis/stable-diffusion-v1-4", torch_dtype=torch.float16, revision="fp16", - scheduler=LMSDiscreteScheduler( - beta_start=0.00085, beta_end=0.012, beta_schedule="scaled_linear" - ) ).to("cuda") video_path = pipeline.walk(