Update fixed-textencode-node/README.md
Browse files
fixed-textencode-node/README.md
CHANGED
|
@@ -7,4 +7,6 @@ Replace your nodes_qwen.py file with one of these, which will improve your "nati
|
|
| 7 |
|
| 8 |
The "original" allows you to input a "target_size" which will scale the input images to better match your output size (which can fix zooming issues). Usually setting it to 90% of your largest image size works.
|
| 9 |
|
| 10 |
-
v2 takes a latent as an input, which should contain your target image size. The node will automatically scale input images to best match that target latent size. If you do not provide a latent input, it will not do any scaling.
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
The "original" allows you to input a "target_size" which will scale the input images to better match your output size (which can fix zooming issues). Usually setting it to 90% of your largest image size works.
|
| 9 |
|
| 10 |
+
v2 takes a latent as an input, which should contain your target image size. The node will automatically scale input images to best match that target latent size. If you do not provide a latent input, it will not do any scaling.
|
| 11 |
+
|
| 12 |
+
**I highly recommend the v2 version**
|