dvlab-research / ControlNeXt

Controllable video and image Generation, SVD, Animate Anyone, ControlNet, ControlNeXt, LoRA
Apache License 2.0
1.4k stars 66 forks source link

ControlNeXt-SDXL-Training validation images empty #39

Open junsukha opened 2 months ago

junsukha commented 2 months ago

Hi! I just ran the SDXL training code bash examples/vidit_depth/train.sh.

The code creates the sample-xxx folders under samples folder but all are empty. Any ideas?

Eugeoter commented 2 months ago

Hi, could you please provide your terminal output messages?

junsukha commented 2 months ago

@Eugeoter Hi! I mean the code works fine. It completes the full training process. No error. It creates all the output folders like sample-xxx in the samples folder. It's just that all the sample-xxx folders are empty. So I was wondering if I had to add extra flags in the bash script or something. or is it a bug? The given training code (including the bash script) should save output images in those folders, right? without any extra modification?