From f92f3ac1e696a5cd0b1db5992af8ff9026c27445 Mon Sep 17 00:00:00 2001 From: drbaph <84208527+Saganaki22@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:10:18 +0100 Subject: [PATCH] Update README.md Ref to Update 0.4 --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d06d5a9..e27d5d2 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,21 @@ [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Space-red)](https://huggingface.co/spaces/ameerazam08/stableaudio-open-1.0) ### A Lightweight Gradio Web interface for running Stable Audio Open 1.0 +By [**@drbaph**](https://instagram.com/drbaph)

-![image](assets/screenshot000.png) +![image_2024-06-10_21-03-05](https://github.com/Saganaki22/StableAudioWebUI/assets/84208527/b3f4bd5a-04ec-4802-aabc-dcaea4882f51) +

-![image](assets/screenshot00.png) +![image_2024-06-10_21-02-10](https://github.com/Saganaki22/StableAudioWebUI/assets/84208527/526d72f3-abf2-499c-af18-654025a305ba) +
@@ -55,6 +58,10 @@ Seed: Any

+✅ Added (`Random_Seed`) Checkbox + +
+ ✅ **Implemented Enhanced Filename Handling and Security Measures**
- **Filename Length Control**: Truncated long prompts to a maximum of 50 characters for filenames, preventing excessively long filenames.
- **Enhanced Sanitization**: Applied strict rules to replace non-alphanumeric characters with underscores (`_`), ensuring valid and safe filenames.