From 405a735bc5996ee3cd824e5c9028f7c1bd062b5b Mon Sep 17 00:00:00 2001 From: altryne Date: Wed, 10 Aug 2022 11:15:44 -0600 Subject: [PATCH] Note about stable diffustion Per twitter comment, this is the proper way to interrogate stable diffusion generated images. --- clip_interrogator.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/clip_interrogator.ipynb b/clip_interrogator.ipynb index 4af3de3..af6142c 100644 --- a/clip_interrogator.ipynb +++ b/clip_interrogator.ipynb @@ -386,6 +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", "ViTL14_336px = False #@param{type:\"boolean\"}\n", "RN101 = False #@param{type:\"boolean\"}\n", "RN50 = True #@param{type:\"boolean\"}\n",