Skip to content

Commit

Permalink
Disable xtts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MinLL committed Sep 27, 2024
1 parent 29729f5 commit bebb428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minai_plugin/config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Force the voice type to use the actor's base voice type (eg, "maleguard") instead of "whiterun_guard".
// Useful for compatibility with mantella's xtts configuration if you don't want to mess with setting up latents
$GLOBALS["force_voice_type"] = true;
$GLOBALS["force_voice_type"] = false;
// Globally disable all NSFW features
$GLOBALS["disable_nsfw"] = false;
// Restrict actions that only make sense for followers to followers
Expand Down

0 comments on commit bebb428

Please sign in to comment.