TenStrip commited on
Commit
bfe1187
·
verified ·
1 Parent(s): d6880b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,4 +4,4 @@ For 72 rank and lower can be used 1.0 first pass I2V safely. Upscale pass at hal
4
 
5
  "_ceil" means that was the dynamic ceiling during rerank.
6
 
7
- "_cond_safe" means that the attention layers like cross-attention bridges, adaln/scale-shift tables, gate logits, prompt scale-shift have been zeroed. This is technically what an official I2V distilled lora should have had and been released, the 384 distilled lora also seems to actively dampen the extra conditioning in the workflow. Those cond_safe versions are much better suited to I2V, it might break T2V though.
 
4
 
5
  "_ceil" means that was the dynamic ceiling during rerank.
6
 
7
+ "_cond_safe" means that the attention layers like cross-attention bridges, adaln/scale-shift tables, gate logits, prompt scale-shift have been zeroed. This is technically what an official I2V distilled lora should have had and been released, the 384 distilled lora also seems to actively dampen the extra conditioning in the workflow. Those cond_safe versions are much better suited to I2V, maybe better all-around.