bubbliiiing commited on
Commit
e6656ae
·
1 Parent(s): b7a82dc

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ library_name: videox_fun
9
 
10
 
11
  ## Update
12
- - Due to a typo in the code, `control_layers` was used instead of `control_noise_refiner` to process refiner latents during training. Although the model converged normally, the model inference speed was slow because `control_layers` forward pass was performed twice. In version 2.1, we made an urgent fix and the speed has returned to normal. [2025.10.16]
13
 
14
  ## Model Features
15
  - This ControlNet is added on 15 layer blocks and 2 refiner layer blocks.
 
9
 
10
 
11
  ## Update
12
+ - Due to a typo in the code, `control_layers` was used instead of `control_noise_refiner` to process refiner latents during training. Although the model converged normally, the model inference speed was slow because `control_layers` forward pass was performed twice. In version 2.1, we made an urgent fix and the speed has returned to normal. [2025.12.17]
13
 
14
  ## Model Features
15
  - This ControlNet is added on 15 layer blocks and 2 refiner layer blocks.