Browse Source

Note about stable diffustion

Per twitter comment, this is the proper way to interrogate stable diffusion generated images.
pull/1/head
altryne 2 years ago committed by GitHub
parent
commit
405a735bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      clip_interrogator.ipynb

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

Loading…
Cancel
Save