onkarsus13 commited on
Commit
342aaed
·
verified ·
1 Parent(s): 391c93b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,9 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
4
 
5
  This is the Offical weights of ConFiDeNet
6
 
 
 
 
 
 
 
7
  ```python
8
  from PIL import Image
9
  import torch
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - facebook/dinov2-large
7
+ - jadohu/LlamaGen-T2I
8
+ - facebook/sam2.1-hiera-large
9
+ library_name: transformers
10
  ---
11
 
12
  This is the Offical weights of ConFiDeNet
13
 
14
+ Installation
15
+
16
+ ```
17
+ pip3 install git+https://github.com/Onkarsus13/transformers.git@confidenet
18
+ ```
19
+
20
  ```python
21
  from PIL import Image
22
  import torch