From 63e448ef81308a94bb0a49261e6fdf3084c6b322 Mon Sep 17 00:00:00 2001 From: pharmapsychotic Date: Wed, 10 Aug 2022 12:41:11 -0500 Subject: [PATCH] Fix notebook problem --- clip_interrogator.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clip_interrogator.ipynb b/clip_interrogator.ipynb index af6142c..0d31981 100644 --- a/clip_interrogator.ipynb +++ b/clip_interrogator.ipynb @@ -386,7 +386,7 @@ "ViTB32 = True #@param{type:\"boolean\"}\n", "ViTB16 = True #@param{type:\"boolean\"}\n", "ViTL14 = False #@param{type:\"boolean\"}\n", - "#@markdown #####Stable diffusion uses frozen CLIP ViT-L/14, select this and unselect others if you're interrogating \#stableDiffusion images", + "#@markdown #####Stable diffusion uses frozen CLIP ViT-L/14, select this and unselect others if you're interrogating images for use with stable diffusion", "ViTL14_336px = False #@param{type:\"boolean\"}\n", "RN101 = False #@param{type:\"boolean\"}\n", "RN50 = True #@param{type:\"boolean\"}\n",