fix: Specify runninghub/image_flux.json workflow explicitly

This commit is contained in:
empty
2026-01-06 18:14:49 +08:00
parent f8b102c2e0
commit b62fdb6958

View File

@@ -456,9 +456,11 @@ async def regenerate_frame_image(
pixelle_video = await get_pixelle_video()
# Use MediaService to generate image via RunningHub workflow
# Use image_flux workflow by default, or get from config
result = await pixelle_video.image(
prompt=prompt,
media_type="image",
workflow="runninghub/image_flux.json",
)
if result and result.url: