update library tag to `transformers`
Browse filesHeya! I see that you have the `diffusers` library tag in place, however since diffusers does not implement CLIP encoders but rather uses the `transformers` implementation it's better to change the library tag accordingly :)
README.md
CHANGED
|
@@ -4,5 +4,5 @@ base_model:
|
|
| 4 |
- openai/clip-vit-large-patch14
|
| 5 |
- laion/CLIP-ViT-bigG-14-laion2B-39B-b160k
|
| 6 |
- Laxhar/noobai-XL-1.0
|
| 7 |
-
library_name:
|
| 8 |
---
|
|
|
|
| 4 |
- openai/clip-vit-large-patch14
|
| 5 |
- laion/CLIP-ViT-bigG-14-laion2B-39B-b160k
|
| 6 |
- Laxhar/noobai-XL-1.0
|
| 7 |
+
library_name: transformers
|
| 8 |
---
|