Skip to content

Commit

Permalink
Refactor run_outpainting.py for improved performance and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramxD committed Oct 25, 2024
1 parent 35443d6 commit 07eb743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless/outpainting/run_outpainting.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,5 @@ async def async_generator_handler(job: Dict[str, Any]) -> AsyncGenerator[Dict[st
runpod.serverless.start({
"handler": async_generator_handler,
"return_aggregate_stream": True

})

0 comments on commit 07eb743

Please sign in to comment.