Update README.md
updates 0.4
This commit is contained in:
26
README.md
26
README.md
@@ -51,26 +51,39 @@ Seed: Any <br>
|
||||
|
||||
# 🚀Updates (0.4)
|
||||
|
||||
**[10/06/2024]** <br>
|
||||
|
||||
<br>
|
||||
|
||||
✅ **Implemented Enhanced Filename Handling and Security Measures** <br>
|
||||
- **Filename Length Control**: Truncated long prompts to a maximum of 50 characters for filenames, preventing excessively long filenames. <br>
|
||||
- **Enhanced Sanitization**: Applied strict rules to replace non-alphanumeric characters with underscores (`_`), ensuring valid and safe filenames. <br>
|
||||
- **Unique Filename Generation**: Introduced a system to append numeric suffixes to filenames to avoid overwriting existing files, ensuring each file is uniquely named. <br>
|
||||
- **Safe Directory Handling**: Utilized secure methods for path creation and directory handling to avoid risks from user input influencing file paths. <br>
|
||||
|
||||
**[10/06/2024]**
|
||||
<details>
|
||||
<summary style="font-size: 28px;"><b>Click to expand for earlier updates</b></summary>
|
||||
|
||||
#
|
||||
<br>
|
||||
|
||||
**[08/06/2024]** <br>
|
||||
|
||||
✅ Added [One-Click-Installer.bat](https://github.com/Saganaki22/StableAudioWebUI/releases/tag/latest) for Windows NVIDIA / CPU Builds
|
||||
<br>
|
||||
|
||||
✅ Added [One-Click-Installer.bat](https://github.com/Saganaki22/StableAudioWebUI/releases/tag/latest) for Windows NVIDIA / CPU Builds <br>
|
||||
|
||||
✅ Optimised Code for efficiency <br>
|
||||
|
||||
✅ Simplified UI <br>
|
||||
|
||||
**[08/06/2024]**
|
||||
|
||||
#
|
||||
|
||||
<br>
|
||||
|
||||
**[06/06/2024]** <br>
|
||||
|
||||
<br>
|
||||
|
||||
✅ Updated UI elements to include Advanced Parametres dropdown <br>
|
||||
|
||||
*( CFG Scale, Sigma_min, Sigma_max )* <br>
|
||||
@@ -85,7 +98,8 @@ Seed: Any <br>
|
||||
|
||||
✅ Added link to the Repo <br>
|
||||
|
||||
**[06/06/2024]**
|
||||
</details>
|
||||
|
||||
|
||||
---
|
||||
### 📝 Note: For Windows builds with [Nvidia](https://github.com/Saganaki22/StableAudioWebUI/releases/download/latest/One-Click-Installer-GPU.bat) 30xx + or Float32 Capable [CPU](https://github.com/Saganaki22/StableAudioWebUI/releases/download/latest/One-Click-Installer-CPU.bat) you can use the [One-Click-Installer.bat](https://github.com/Saganaki22/StableAudioWebUI/releases/tag/latest) to simplify the process, granted you have logged in to huggingface-cli and auth'd your token prior to running the batch script: Step 3 (the huggingface-cli is used for obtaining the model file)
|
||||
|
Reference in New Issue
Block a user