SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

413 Request Entity Too Large: The data value transmitted exceeds the capacity limit. #144

Closed ZhenyaPav closed 1 year ago

ZhenyaPav commented 1 year ago

Unable to upload RVC models over 100MB in size. I believe the issue is with Flask.

Cohee1207 commented 1 year ago

The default limit increased to 500MB. If for any reason you need more, start the extras server with the --max_content_length=1000 console argument, where 1000 is your desired max size in MBs.