seawolf2357 commited on
Commit
3c16df6
Β·
verified Β·
1 Parent(s): 8847c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -58,7 +58,6 @@ class MyClient(discord.Client):
58
  await message.channel.send(
59
  f"<@{user_id}> λ‹˜μ΄ μš”μ²­ν•˜μ‹  μ΄λ―Έμ§€μž…λ‹ˆλ‹€.\n"
60
  f"μ‚¬μš©λœ μ‹œλ“œ: {used_seed}\n"
61
- # f"λ²ˆμ—­λœ ν”„λ‘¬ν”„νŠΈ: {translated_prompt}",
62
  file=discord.File(image_path)
63
  )
64
  # 이미지 생성 ν›„ μ„€λͺ… 제곡 및 λŒ€ν™”
@@ -95,7 +94,6 @@ class MyClient(discord.Client):
95
  image_path, used_seed, translated_prompt = result
96
  logging.info(f"μƒμ„±λœ 이미지 경둜: {image_path}")
97
  logging.info(f"μ‚¬μš©λœ μ‹œλ“œ: {used_seed}")
98
- logging.info(f"λ²ˆμ—­λœ ν”„λ‘¬ν”„νŠΈ: {translated_prompt}")
99
 
100
  return image_path, used_seed, translated_prompt
101
  else:
 
58
  await message.channel.send(
59
  f"<@{user_id}> λ‹˜μ΄ μš”μ²­ν•˜μ‹  μ΄λ―Έμ§€μž…λ‹ˆλ‹€.\n"
60
  f"μ‚¬μš©λœ μ‹œλ“œ: {used_seed}\n"
 
61
  file=discord.File(image_path)
62
  )
63
  # 이미지 생성 ν›„ μ„€λͺ… 제곡 및 λŒ€ν™”
 
94
  image_path, used_seed, translated_prompt = result
95
  logging.info(f"μƒμ„±λœ 이미지 경둜: {image_path}")
96
  logging.info(f"μ‚¬μš©λœ μ‹œλ“œ: {used_seed}")
 
97
 
98
  return image_path, used_seed, translated_prompt
99
  else: