terrificdm

Results 18 comments of terrificdm

> This is still an issue on **Streamlit 1.30** +1

Same issue, any way to solve this issue without flag with "--no-gradio-queue"? thanks

Just copy and paste ` export COMMANDLINE_ARGS="--no-gradio-queue" ` in your cli tool which you use to run` bash webui.sh` command, then press enter. And run this before run ` bash...

Need this feature as well, since in gaming industry, it is quite common to use tcp protocol for connections from outer side of mesh . And it is really important,...

No need to fill out Wandb authentication?

The error was not caused by DDP multi-gpu training, but by DeepSpeed... The original DDP multi-gpu training was fine with Flux Lora training, but as long as you installed DeepSpeed...

> > > Updated the sd3 branch. Multi-GPU training should now work. Please report again if the issue remains. > > > > > > I have four A100-40G,Is it...

Just modified optimizer_type=adamw8bit, lr=1e-3 and network_alpha=1 as you mentioned above, even though the training is still in processing, but it looks not promising. Just a little bit improvement... The blue...

> Looks like I'm having the same issue #1464 Training with 326 images + 2669 reg images. My loss rate has been around 0.435 for all 5 epochs. Are you...

> Do we know if bucketing works with flux yet? That could explain it It worked.