Skip to content

Commit

Permalink
fix: image generation in Line2Image-HD-Fast
Browse files Browse the repository at this point in the history
Refs: #62

Signed-off-by: julianbollig <julian.bollig@tngtech.com>
  • Loading branch information
julianbollig committed Feb 26, 2025
1 parent a1f85d0 commit e0281c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WebUI/src/assets/js/store/comfyUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export const useComfyUi = defineStore(
imageUrl: `${comfyBaseUrl.value}/view?filename=${image.filename}&type=${image.type}&subfolder=${image.subfolder ?? ''}`,
}
imageGeneration.updateImage(newImage)
generateIdx++
}
}
if ('gifs' in output) {
Expand All @@ -352,9 +353,10 @@ export const useComfyUi = defineStore(
videoUrl: `${comfyBaseUrl.value}/view?filename=${video.filename}&type=${video.type}&subfolder=${video.subfolder ?? ''}`,
}
imageGeneration.updateImage(newImage)
generateIdx++
}
}
generateIdx++

console.log('executed', { detail: msg.data })
break
case 'execution_start':
Expand Down

0 comments on commit e0281c3

Please sign in to comment.