mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-10 11:35:40 +00:00
Fix default shift and any latent size for qwen image model. (#9186)
This commit is contained in:
@@ -1237,7 +1237,7 @@ class QwenImage(supported_models_base.BASE):
|
||||
|
||||
sampling_settings = {
|
||||
"multiplier": 1.0,
|
||||
"shift": 2.6,
|
||||
"shift": 1.15,
|
||||
}
|
||||
|
||||
memory_usage_factor = 1.8 #TODO
|
||||
|
Reference in New Issue
Block a user