RuneXX commited on
Commit
9b224ed
·
verified ·
1 Parent(s): 179dd21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -8,7 +8,6 @@ tags:
8
  - ltx-video
9
  ---
10
 
11
- Breaking Changes:
12
  22th February 2026: Model loading change
13
  ------------------------
14
  See more here: https://huggingface.co/Kijai/LTXV2_comfy
@@ -16,7 +15,14 @@ See more here: https://huggingface.co/Kijai/LTXV2_comfy
16
  Will update the workflow asap to reflect the breaking changes in ComfyUI model loader logic.
17
 
18
  And if you have some experience with nodes, see the link above on what to change, if you want to do yourself.
19
- (basically just swapping out the main model loader with a new one)
 
 
 
 
 
 
 
20
 
21
  ------------------------
22
 
 
8
  - ltx-video
9
  ---
10
 
 
11
  22th February 2026: Model loading change
12
  ------------------------
13
  See more here: https://huggingface.co/Kijai/LTXV2_comfy
 
15
  Will update the workflow asap to reflect the breaking changes in ComfyUI model loader logic.
16
 
17
  And if you have some experience with nodes, see the link above on what to change, if you want to do yourself.
18
+ (basically just swapping out the main model loader with a new one)
19
+
20
+ Update:
21
+ ComfyUI temporarily reverted the changes.
22
+ The old workflows still work for now, but this is temporary. Eventually you will need to use the new updated ones with new model loaders.
23
+ https://github.com/Comfy-Org/ComfyUI/pull/12605
24
+
25
+ In process of updating my workflows to reflect the changes
26
 
27
  ------------------------
28