Koalamana9

Results 10 comments of Koalamana9

@nikitalita Looking foward to that explanation! How exactly gdscript tokens converted into binary numbers? I've looked at /modules/gdscript/gdscript_tokenizer.cpp and saw array of token_names, did they just saved by their index...

@nikitalita Can you please share some info how is this config file encryption scheme is working? Not related to this specific pck, I would like to try this chain-loaded pck...

@inspirit perhaps you could help since you wrote the bulk of the libusb transfer code

perhaps this is the longest living usb camera, almost 15 years! maybe I should just remove most of the code and rely on the JFIF header, it completely separates each...

every compressed frame is marked in stream with a new jpg header FF D8 FF E0 00 10 4A 46 49 46 (last 4 bytes is JFIF) and then each...

@ngxson @ggerganov are there any problems with this?

OuteTTS v0.3 is as must have for this example

@ggerganov merge it please

Example commands for v0.2 and v0.3 are identical: llama-tts -m **OuteTTS-v2-or-v3** -mv **Wavtokenizer** -c 4096 --tts-use-guide-tokens --tts-speaker-file en_female_1.json -p "Hello world" Speaker files from here: https://github.com/edwko/OuteTTS/tree/main/outetts/version/v1/default_speakers **OuteTTS v0.3**: https://huggingface.co/OuteAI/OuteTTS-0.3-500M-GGUF/tree/main **OuteTTS...

Awesome! With OuteTTS v0.3 it even generates all punctuation correctly! To be honest this is already quite a good quality for such a small model. Perhaps it is worth updating...