Commit
·
581fcd1
1
Parent(s):
b5f08e6
Add readme
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Image Variations Experiments
|
2 |
+
|
3 |
+
Check out the [blog post](todo).
|
4 |
+
|
5 |
+
## Models
|
6 |
+
|
7 |
+
| Model | Description |
|
8 |
+
| --------------------- | ------------------------------------------------------------------------------------------------------------- |
|
9 |
+
| `flux-image-variations` | A finetuned version of FLUX that accepts CLIP image embeddings |
|
10 |
+
| `pixart-custom-redux` | A custom adapter network that lets PixArt accept SigLip image embeddings, similar to Flux Redux |
|
11 |
+
| `pixart-flux-redux` | A finetuned version of PixArt that accepts T5 embeddings from the Flux Redux adapter network |
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
|