Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Models for use with SUPIR https://github.com/Fanghua-Yu/SUPIR
|
2 |
+
|
3 |
+
LLaVA CLIP
|
4 |
+
https://huggingface.co/openai/clip-vit-large-patch14-336
|
5 |
+
|
6 |
+
LLaVA MODEL
|
7 |
+
https://huggingface.co/liuhaotian/llava-v1.5-13b
|
8 |
+
|
9 |
+
SDXL CLIP Enc 1
|
10 |
+
https://huggingface.co/openai/clip-vit-large-patch14
|
11 |
+
|
12 |
+
SDXL CLIP Enc. 2
|
13 |
+
https://huggingface.co/laion/CLIP-ViT-bigG-14-laion2B-39B-b160k
|
14 |
+
|
15 |
+
SDXL BASE 1.0 + 0.9 VAE
|
16 |
+
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/sd_xl_base_1.0_0.9vae.safetensors
|