Róger Santos

Results 12 issues of Róger Santos

```rust fn run_chromedriver(path: String) -> std::process::Child{ let output = std::process::Command::new(&path) .arg("--ip=localhost") .arg("--port=4444") .spawn() .expect("Command failed"); return output } ``` I'm using this function to start chromedriver, passing a path to...

enhancement

I gave up to implement a way to free the memory. I tried use /free, but nothing happens, tried calll the functions manually, nothing happens again. Comfy already have implementations...

The problem looks like in ComfyBox. Someone said to run in colab should set port 443 on ComfyUI, but I can't do it, that's why I use ngrok. ComfyUI, A1111,...

Please, put a stop button to cancel the generation, because sometimes we misclick and have to wait too long to finish

looks like split prompt by lines option is increasing the seed after line generation, because the voice is changing after each line.

enhancement

not undetected anymore, cloudfare protected seems to detect it easily. unable to bypass cloudflare captcha. Owner said he will not support minor versions anymore to focus the newest, but seems...

RuntimeError: Unsloth: The tokenizer `PowerInfer/SmallThinker-3B-Preview` does not have a {% if add_generation_prompt %} for generation purposes. Please file a bug report immediately - thanks! Installed unsloth in all ways possible,...

### Description When training, the script choose one audio from dataset to be on tensorboard each epoch, but using an audio with same features than the model trained make it...

enhancement
feature