Browse Source

Fix notebook problem

v1
pharmapsychotic 2 years ago
parent
commit
63e448ef81
  1. 2
      clip_interrogator.ipynb

2
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",

Loading…
Cancel
Save