MyGit

v0.6.0

nateraw/stable-diffusion-videos

版本发布时间: 2022-10-20 11:26:54

nateraw/stable-diffusion-videos最新发布版本:v0.9.0(2024-05-07 11:19:11)

New Interface!

The interface is now a wrapper of the pipeline, which lets you use any pipeline instance you'd like in the app.

from stable_diffusion_videos import StableDiffusionWalkPipeline, Interface
import torch

pipeline = StableDiffusionWalkPipeline.from_pretrained(
    "CompVis/stable-diffusion-v1-4",
    torch_dtype=torch.float16,
    revision="fp16",
).to("cuda")

interface = Interface(pipeline)
interface.launch(debug=True)

What's Changed

Full Changelog: https://github.com/nateraw/stable-diffusion-videos/compare/v0.5.3...v0.6.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-10-20发行的版本