Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,19 @@ tags:
|
|
| 6 |
- comfyui
|
| 7 |
---
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# 22th January 2026: Tiny VAE and live previews:
|
| 10 |
|
| 11 |
LTX2 Tiny VAE has been trained by [madebyollin](https://github.com/madebyollin), and now has preliminary support in ComfyUI nightly version.
|
|
|
|
| 6 |
- comfyui
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# 22th February 2026: Model loading change
|
| 10 |
+
|
| 11 |
+
Starting from this commit https://github.com/Comfy-Org/ComfyUI/commit/f266b8d352607799afb4adf339cdfa854025185e
|
| 12 |
+
|
| 13 |
+
Embedding connector has been moved from text encoder to diffusion model, so to continue using single files you now have to update KJNodes and use my loaders:
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+

|
| 17 |
+
|
| 18 |
+
for GGUF:
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
# 22th January 2026: Tiny VAE and live previews:
|
| 23 |
|
| 24 |
LTX2 Tiny VAE has been trained by [madebyollin](https://github.com/madebyollin), and now has preliminary support in ComfyUI nightly version.
|