From cdc699fe921efacd29dd5888d1c66cf2f95d7001 Mon Sep 17 00:00:00 2001 From: lunarring <78172771+lunarring@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:09:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd4486b..038794c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Latent blending enables you to generate super smooth video transitions between p fp_ckpt = 'path_to_SD2.ckpt' fp_config = 'path_to_config.yaml' -sdh = StableDiffusionHolder(fp_ckpt, fp_config, device) +sdh = StableDiffusionHolder(fp_ckpt, fp_config, 'cuda') lb = LatentBlending(sdh) lb.load_branching_profile(quality='medium', depth_strength=0.4)