Commit 22d2d44
authored
Fix flux image_generation_test. Change input dim to match encoder (#1726)
Quick fix to address issue a failing test for `experiments/flux` that I
encountered and opened and described in #1725.
Fix is to match `context_in_dim` to the corresponding text embedding
size of the encoder model `t5-v1_1-base`.1 parent 5a8256c commit 22d2d44
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments