适配webui

This commit is contained in:
puke
2025-10-27 20:21:30 +08:00
committed by puke
parent 9937c0fffd
commit f37964507f
5 changed files with 145 additions and 27 deletions

View File

@@ -145,7 +145,7 @@ class StoryboardProcessorService:
# Call Image generation (with optional preset)
image_url = await self.core.image(
prompt=frame.image_prompt,
preset=config.image_preset, # Pass preset from config (None = use default)
workflow=config.image_workflow, # Pass workflow from config (None = use default)
width=config.image_width,
height=config.image_height
)