Update fixed-textencode-node/README.md
Browse files
fixed-textencode-node/README.md
CHANGED
|
@@ -3,6 +3,7 @@ Replace your nodes_qwen.py file with one of these, which will improve your "nati
|
|
| 3 |
* It increases the number of image inputs from 3 to 4.
|
| 4 |
* It slightly tweaks the system input to be a bit more versatile.
|
| 5 |
* It fixes an issue where the image would get cut off and mirror itself sometimes by cropping better.
|
|
|
|
| 6 |
|
| 7 |
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.
|
| 8 |
|
|
|
|
| 3 |
* It increases the number of image inputs from 3 to 4.
|
| 4 |
* It slightly tweaks the system input to be a bit more versatile.
|
| 5 |
* It fixes an issue where the image would get cut off and mirror itself sometimes by cropping better.
|
| 6 |
+
* Addresses unexpected zoom / cropping problems
|
| 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 |
|