From fc0a3464981b1ead4279b0cc61755bcf30283aa6 Mon Sep 17 00:00:00 2001 From: sudoskys Date: Fri, 3 Jan 2025 00:22:29 +0800 Subject: [PATCH] :sparkles: feat(playground): add direct image generation method Introduce a direct image generation method using `GenerateImageInfer` with customizable parameters for more flexibility in image creation. --- playground/generate_image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/playground/generate_image.py b/playground/generate_image.py index 9c4ed93..04aa9c1 100755 --- a/playground/generate_image.py +++ b/playground/generate_image.py @@ -34,6 +34,7 @@ async def generate( print(f"Action List:{enum_to_list(Action)}") print( """ + PositionMap .1 .3 .5 .7 .9 A1 B1 C1 D1 E1 A2 B2 C2 D2 E2