Merge branch 'dev' into feature/chroma-support

This commit is contained in:
Vladimir Mandic
2025-06-26 13:06:31 -04:00
committed by GitHub
15 changed files with 157 additions and 11 deletions
+2
View File
@@ -301,6 +301,8 @@ def set_pipeline_args(p, model, prompts:list, negative_prompts:list, prompts_2:t
args['control_strength'] = p.denoising_strength
args['width'] = p.width
args['height'] = p.height
if 'Cosmos2TextToImagePipeline':
kwargs['output_type'] = 'np' # cosmos uses wan-vae which is weird
# set callbacks
if 'prior_callback_steps' in possible: # Wuerstchen / Cascade
args['prior_callback_steps'] = 1