lunarflu HF staff commited on
Commit
4decbdc
1 Parent(s): d21b294

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. deepfloydif.py +4 -3
deepfloydif.py CHANGED
@@ -174,8 +174,8 @@ async def deepfloydif_generate64(ctx, prompt, client):
174
  await interaction.delete_original_response()
175
  await channel.send(
176
  content=(
177
- f"{interaction.user.mention} Here is the upscaled image! Click to upscale even"
178
- " more!"
179
  ),
180
  file=discord.File(f, f"{prompt}.png"),
181
  view=view,
@@ -209,7 +209,8 @@ async def deepfloydif_generate64(ctx, prompt, client):
209
 
210
  # could store this message as combined_image_dfif in case it's useful for future testing
211
  await channel.send(
212
- f"{ctx.author.mention} Click a button to upscale! (make larger + enhance quality)",
 
213
  file=discord.File(f, f"{partial_path}.png"),
214
  view=view,
215
  )
 
174
  await interaction.delete_original_response()
175
  await channel.send(
176
  content=(
177
+ f"{interaction.user.mention} Here is the upscaled image! Click the button"
178
+ " to upscale even more!"
179
  ),
180
  file=discord.File(f, f"{prompt}.png"),
181
  view=view,
 
209
 
210
  # could store this message as combined_image_dfif in case it's useful for future testing
211
  await channel.send(
212
+ f"**{prompt}** - {ctx.author.mention} Click a button to upscale! (make larger + enhance"
213
+ " quality)",
214
  file=discord.File(f, f"{partial_path}.png"),
215
  view=view,
216
  )