Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Jul 5, 2024
1 parent 75ce83b commit 4adc3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_tron_master/cogs/image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def generate_lumina_image(prompt: str, use_5b: bool = False):
split_pieces = result.split('/')
return f"{client_url}file=/tmp/gradio/{split_pieces[-2]}/image.png"

async def generate_image(ctx, prompt, user_id: int = None, extra_image: dict = None):
def generate_image(ctx, prompt, user_id: int = None, extra_image: dict = None):
"""
Generate images with DALLE-3 and Stable Diffusion 3 models, stitching them with an extra optional image.
Expand Down

0 comments on commit 4adc3ac

Please sign in to comment.