Skip to content

Commit

Permalink
✨ feat(playground): add direct image generation method
Browse files Browse the repository at this point in the history
Introduce a direct image generation method using `GenerateImageInfer`
with customizable parameters for more flexibility in image creation.
  • Loading branch information
sudoskys committed Jan 2, 2025
1 parent f04cac3 commit fc0a346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/generate_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc0a346

Please sign in to comment.