From 15f4110696db6be8e2447e454ba0f64f5571f315 Mon Sep 17 00:00:00 2001 From: Johannes Stelzer Date: Thu, 12 Jan 2023 10:06:26 +0100 Subject: [PATCH] auto config --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bf3f076..b53a094 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ Latent blending enables video transitions with incredible smoothness between pro ```python fp_ckpt = 'path_to_SD2.ckpt' -fp_config = 'path_to_config.yaml' -sdh = StableDiffusionHolder(fp_ckpt, fp_config, 'cuda') +sdh = StableDiffusionHolder(fp_ckpt) lb = LatentBlending(sdh) lb.load_branching_profile(quality='medium', depth_strength=0.4)