mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-17 17:24:21 +00:00
fix: handle missing tokenizers in FluxTokenizeStrategy with fallbacks
Co-authored-by: aider (deepseek/deepseek-chat) <aider@aider.chat>
This commit is contained in:
@@ -36,6 +36,7 @@ class FluxNetworkTrainer(train_network.NetworkTrainer):
|
||||
self.is_schnell: Optional[bool] = None
|
||||
self.is_swapping_blocks: bool = False
|
||||
self.model_type: Optional[str] = None
|
||||
self.args = None
|
||||
|
||||
def assert_extra_args(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user