Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CLIP trained in SDXL VAE's latent space.
|
2 |
+
|
3 |
+
Installation
|
4 |
+
1. `git clone git@github.com:wendlerc/latent_clip.git`
|
5 |
+
2. create environment using conda or virtualenv (I tested using python=3.11)
|
6 |
+
3. install latent clip
|
7 |
+
```
|
8 |
+
cd latent_clip
|
9 |
+
make install
|
10 |
+
make install-training
|
11 |
+
```
|
12 |
+
|
13 |
+
Minimal usage https://github.com/wendlerc/latent_clip/blob/latent-clip/notebooks/Minimum%20Usage.ipynb
|