diff --git a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md index 05a1e4a..d592078 100644 --- a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md +++ b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md @@ -297,6 +297,7 @@ cd backend && composer install && php -S localhost:5015 # :5015 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-05 | Relaxed Safety toggle for Veo | Added toggle to left panel, backend safety filter level changed to BLOCK_FEWEST | cinema-studio-pro backend, Video Gen UI component | | 2026-05-05 | Safety settings bypass toggle | Safety threshold configuration added, deployment script executed | safetySettings config, Image Gen module, deploy-optical.sh | | 2026-05-05 | Safety blocks bypass | HARM_CATEGORY thresholds set to BLOCK_ONLY_HIGH, deploy script executed | safetySettings config, deploy-optical.sh | | 2026-05-05 | Safety settings bypass | HARM_CATEGORY thresholds set to BLOCK_ONLY_HIGH for sexually_explicit, hate_speech, harassment, dangerous_content | safetySettings.json, deploy-optical.sh | diff --git a/99 Daily/2026-05-05.md b/99 Daily/2026-05-05.md index 5010dfb..855bc87 100644 --- a/99 Daily/2026-05-05.md +++ b/99 Daily/2026-05-05.md @@ -168,3 +168,6 @@ tags: [daily] - 16:03 | `aimpress` - **Asked:** How to manage forgotten service logins and passwords on PVE server securely? - **Done:** Added current services and credentials to Vaultwarden, reset NPM password via container, configured proxy manually. +- 16:16 | `cinema-studio-pro-kling` + - **Asked:** Add option to bypass safety blocks in Nano banana's video generation settings. + - **Done:** Implemented Relaxed Safety toggle in UI and configured backend to use BLOCK_FEWEST filter level for Veo.