Browse Source

Fix the CLIP model notes and add links

v1
pharmapsychotic 2 years ago
parent
commit
b8362c596c
  1. 6
      clip_interrogator.ipynb

6
clip_interrogator.ipynb

@ -383,10 +383,14 @@
"#@markdown \n",
"\n",
"#@markdown #####**CLIP models:**\n",
"\n",
"#@markdown For [StableDiffusion](https://stability.ai/blog/stable-diffusion-announcement) you can just use ViTL14<br>\n",
"#@markdown For [DiscoDiffusion](https://colab.research.google.com/github/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb) and \n",
"#@markdown [JAX](https://colab.research.google.com/github/huemin-art/jax-guided-diffusion/blob/v2.7/Huemin_Jax_Diffusion_2_7.ipynb) enable all the same models here as you intend to use when generating your images\n",
"\n",
"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 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