(minor) remove remaining incorrect references to T5 encoder in comments.

This commit is contained in:
Ryan Dick
2024-09-27 14:46:25 +00:00
committed by Kent Keirsey
parent 3463a968c7
commit ba8ef6ff0f
3 changed files with 3 additions and 3 deletions

View File

@@ -6397,7 +6397,7 @@ export type components = {
};
/**
* FLUX LoRA
* @description Apply a LoRA model to a FLUX transformer and/or T5 encoder.
* @description Apply a LoRA model to a FLUX transformer and/or text encoder.
*/
FluxLoRALoaderInvocation: {
/**