From 4577631cfd13e48952e7aade58527bd9b13ccb61 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:35:28 +0000 Subject: [PATCH] Updated Custom Scripts (markdown) --- Custom-Scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Custom-Scripts.md b/Custom-Scripts.md index 29c69a5..809d284 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -110,10 +110,10 @@ Generate morph sequences with Stable Diffusion. Interpolate between two or more Uses the new AND keyword and can optionally export the sequence as a video. ## prompt interpolation -https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/2425/files +https://github.com/EugeoSynthesisThirtyTwo/prompt-interpolation-script-for-sd-webui With this script, you can interpolate between two prompts (using the "AND" keyword), generate as many images as you want. -You can also generate a gif with the result. +You can also generate a gif with the result. Works for both txt2img and img2img. ## Asymmetric Tiling https://github.com/tjm35/asymmetric-tiling-sd-webui/