JanGerritsen

Results 4 comments of JanGerritsen

I ran into the same issue for training a Qwen-Image-Edit-2509 LoRA. My dataset has only one set of control images. (One control image per target image) I used the same...

I added https://github.com/ojasaar/ai-toolkit.git as a second remote repository and did a checkout of fix-qwen-multi-control This time the job continued, and the initial set of the sample images were created, but...

> It worked, but I'm not sure if this will affect the final training effect, I'm trying. Thank you. My guess would be that the model sees each control-image three...

I double checked. ``` ~/ai/LoRa-Trainer/ai-toolkit/datasets/target # for item in *.jpg ; do test -f ../src/"$item" || echo nope "$item"; done ~/ai/LoRa-Trainer/ai-toolkit/datasets/target # cd ../src ~/ai/LoRa-Trainer/ai-toolkit/datasets/src # for item in *.jpg...