Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): edge case where controladapters added counts could be off
We were: - Incrementing `addedControlNets` or `addedT2IAdapters` - Attempting to add it, but maybe failing and skipping Need to swap the order of operations to prevent misreporting of added cnet/t2i. I don't think this would ever actually cause problems.
- Loading branch information