smlkdev

Results 8 comments of smlkdev

For me narrowing type by using `instanceof` does not work. When I switch from: https://github.com/comfy-addons/comfyui-sdk/blob/c84eadfc5d75dcbc53ef47519d327600f4588e28/src/client.ts#L510-L514 to: ```js if (file instanceof Blob) { formData.append("image", file, "mask.png"); } else { formData.append("image", new...

Update after ~34h: Little improvement visible but note sure should I keep it longer because of the flattening. ![Screenshot 2024-11-09 at 10 41 25](https://github.com/user-attachments/assets/2c7ebdcb-5244-400a-b14e-449c89b400d1) ![Screenshot 2024-11-09 at 10 41 41](https://github.com/user-attachments/assets/c5cb6ebd-b929-41c1-8b2b-e0a0476b8087)

> We usually look at g/total, and from your graph, it seems to be decreasing pretty well. But I’m not sure if 2 hours of training data is enough; I...

This is my first attempt with ML/training/voice cloning and decided to use english. I read briefly Thai thread and it was way too complex for me to start with. Your...

@jeremy110 thank your for your responses. Is F5-TTS better than MeloTTS in terms of quality? I just realized that my cloned MeloTTS voice doesn’t add breaks between sentences. I have...

> @smlkdev I am training the melotts model with sentiment data. But I couldn't get the tensorboard graphs to work. Can you share your sample code? I used the simplest...

@jeremy110 Even if latest messages were not addressed directly to me - I want to thank you as well, you are giving me a fresh point of view how to...

I had the same issue yesteday, finally installed some ready to use docker image from 3rd party. I tried to modify the setup script (eg. `--no-deps`) but I failed.