[diffusion] fix: Increase text length from 256 to 1024 in Qwen-Image (#16248)
Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
@@ -45,7 +45,7 @@ class QwenImageArchConfig(TextEncoderArchConfig):
|
||||
mlp_bias: bool = False
|
||||
head_dim: int | None = None
|
||||
hidden_state_skip_layer: int = 2
|
||||
text_len: int = 256
|
||||
text_len: int = 1024
|
||||
|
||||
stacked_params_mapping: list[tuple[str, str, str]] = field(
|
||||
default_factory=lambda: [
|
||||
|
||||
Reference in New Issue
Block a user