Skip to content

Commit

Permalink
Add discord compression presets to ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Aug 11, 2024
1 parent 723d813 commit c125ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sticker_convert_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"\n",
"#@markdown # Compression options\n",
"#@markdown ## Preset\n",
"compression_preset = \"auto\" #@param [\"auto\", \"signal\", \"telegram\", \"telegram_emoji\", \"whatsapp\", \"line\", \"kakao\", \"viber\", \"imessage_small\", \"imessage_medium\", \"imessage_large\", \"custom\"]\n",
"compression_preset = \"auto\" #@param [\"auto\", \"signal\", \"telegram\", \"telegram_emoji\", \"whatsapp\", \"line\", \"kakao\", \"viber\", \"discord\", \"discord_emoji\", \"imessage_small\", \"imessage_medium\", \"imessage_large\", \"custom\"]\n",
"#@markdown ## No compression\n",
"no_compression = False #@param {type:\"boolean\"}\n",
"#@markdown ## *Use below for overriding preset*\n",
Expand Down

0 comments on commit c125ed2

Please sign in to comment.