Synced repo using 'sync_with_huggingface' Github Action
Browse files- 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  | 
| 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 | 
|  | |
| 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 | 
             
                                    )
         | 

