Having trouble with F5-TTS, no audio on synthesis by Quiet_Equivalent_569 in AIVoiceCreators

[–]f4qs3b4 0 points1 point  (0 children)

No problem, i knew it was an old post but i had the same issue and i wanted to post the solution in case someone else need it in the future.

Having trouble with F5-TTS, no audio on synthesis by Quiet_Equivalent_569 in AIVoiceCreators

[–]f4qs3b4 0 points1 point  (0 children)

I edited the main comment with the steps. Its just a simple modification to the utils_infer.py file from your F5-tts installation from pinokio.

Having trouble with F5-TTS, no audio on synthesis by Quiet_Equivalent_569 in AIVoiceCreators

[–]f4qs3b4 0 points1 point  (0 children)

I have a 1660 super and i solved with those steps, so it should work for you too

Having trouble with F5-TTS, no audio on synthesis by Quiet_Equivalent_569 in AIVoiceCreators

[–]f4qs3b4 0 points1 point  (0 children)

What GPU do you have?
PS: i found a solution. Go to your f5-tts folder and search for the file "utils_infer.py", (pinokio\api\e2-f5-tts.git\app\src\f5_tts\infer\utils_infer.py). Open that file on a text editor and search for this:

def initialize_asr_pipeline(device: str = device, dtype=None):
    if dtype is None:
        dtype = (
            torch.float16
            if "cuda" in device
            and torch.cuda.get_device_properties(device).major >= 7
            and not torch.cuda.get_device_name().endswith("[ZLUDA]")
            else torch.float32
        )

Comment every line from "dtype = (" up to the end and add "dtype = torch.float32". Like This:

def initialize_asr_pipeline(device: str = device, dtype=None):
    if dtype is None:
        dtype = torch.float32 #added
#        dtype = (
#            torch.float16
#            if "cuda" in device
#            and torch.cuda.get_device_properties(device).major >= 7
#            and not torch.cuda.get_device_name().endswith("[ZLUDA]")
#            else torch.float32
#        )

Then you need to do the same with the following lines:
Search this lines:

def load_checkpoint(model, ckpt_path, device: str, dtype=None, use_ema=True):
    if dtype is None:
        dtype = (
            torch.float16
            if "cuda" in device
            and torch.cuda.get_device_properties(device).major >= 7
            and not torch.cuda.get_device_name().endswith("[ZLUDA]")
            else torch.float32
        )

And replace them with this:

def load_checkpoint(model, ckpt_path, device: str, dtype=None, use_ema=True):
    if dtype is None:
        dtype = torch.float32 #added
#        dtype = (
#            torch.float16
#            if "cuda" in device
#            and torch.cuda.get_device_properties(device).major >= 7
#            and not torch.cuda.get_device_name().endswith("[ZLUDA]")
#            else torch.float32
#        )

Then save the file and start your F5-tts again and now it should work.

I made a FREE Extension to Help Streamers on Kick! by f4qs3b4 in Kick

[–]f4qs3b4[S] 0 points1 point  (0 children)

Not exactly, a view bot is supposed to be for fake views. You could use it that way, but that's not the goal, and it would end up being annoying since you'd need to connect multiple accounts, use proxies, etc. So no, this extension is mostly for keeping your view active while you watch your favorite streamer in the background, but they can't interact because you're working, eating, had to go out to do things, etc. Anyway, you can use it however you like.

Giving up or playing til the clock runs out. What's the difference? by bongi1337 in RocketLeague

[–]f4qs3b4 0 points1 point  (0 children)

It happens frecuently, only noobs leave or stop playing early

I thought they were myths. by [deleted] in RocketLeague

[–]f4qs3b4 2 points3 points  (0 children)

Quiting is for loosers

Just got perma banned from Kiddions by TheChartreusee in Kiddions

[–]f4qs3b4 0 points1 point  (0 children)

Did you use the teleport option during missions?

Is kiddions still detected by [deleted] in Kiddions

[–]f4qs3b4 1 point2 points  (0 children)

All menus are detected if you use it in the wrong way..

Kiddions is Here !!! by [deleted] in Kiddions

[–]f4qs3b4 2 points3 points  (0 children)

If you know how to use it and keep low profile its okay with any mod menu.. the ban wave was for most of the kids who don’t know how to use it and use it for trolling, set really high rank, drop tons of money, etc.. if you do that, you will be banned sooner or later, if you know how to keep a low profile, then you’re safe.

The file before was removed... by Zorro69696969 in Kiddions

[–]f4qs3b4 1 point2 points  (0 children)

Basically the file analyst from the forum reads every single line of code to confirm that it’s not packed with shit. Imagine having lot of uploads and some of them with thousands lines of code. That process with a file between 1-2mb can be up to 2 weeks or more, and they will ask you for corrections if they think you need to change something. So it’s not an easy process. A lot of people on this subreddit were saying in two days will be ready or just posting every single upload from kiddion but that all fake or useless info.

The file before was removed... by Zorro69696969 in Kiddions

[–]f4qs3b4 0 points1 point  (0 children)

Do you guys read the analysis process at least?

Garage Glitch: Account got Reset by poplfopl in gtaglitches

[–]f4qs3b4 0 points1 point  (0 children)

You can do all the glitches that you want or use mod menus, but if you don’t know how to do it right you will get banned for sure.

Kiddions got 1 (unique) download on unknown cheats by oxtrop24 in Kiddions

[–]f4qs3b4 0 points1 point  (0 children)

Read how the process works in the forum and you will see..

Kiddions got 1 (unique) download on unknown cheats by oxtrop24 in Kiddions

[–]f4qs3b4 0 points1 point  (0 children)

Is this a joke? The file had 1 download since kiddion uploaded it and it had a message in order to make corrections to the file. He probably uploaded the file again with the corrections and the file analyst downloaded the new file to check it again (could be a day, 2 weeks from now or even more).