Linoy Tsaban

Results 18 comments of Linoy Tsaban

@kathath , @manuelbrack Yay! can we move it out of draft? 🔥😁

maybe @sayakpaul can take a look? 😄

hey @nayan-dhabarde @kadirnar, I tried your params with my data and couldn't reproduce the error - ``` !accelerate launch train_dreambooth_lora_sdxl_advanced.py \ --pretrained_model_name_or_path="SG161222/RealVisXL_V4.0" \ --pretrained_vae_model_name_or_path="madebyollin/sdxl-vae-fp16-fix" \ --dataset_name="linoyts/Tuxemon" \ --output_dir="test" \ --mixed_precision="fp16"...

Hey @chiral-carbon! I think once we address the "lora" -> lora change it'll also pass all the tests and we can merge :)

Thanks @chiral-carbon! I'm not sure what's failing the quality tests now 🧐 could you run make fix up please?

Agree, will make the changes :). Also, I wanted to keep this cell (training loop) and the args documentation cell closed by default - would be better in this case...

Something like that?import glob # path to all images in the local dir, of type imgs_file_type imgs_file_type = ".jpeg" imgs_paths = local_dir+"/*"+imgs_file_type imgs = [Image.open(path) for path in glob.glob(imgs_paths)] image_grid(imgs,...

@sayakpaul only the quality checks I believe, not sure why they're failing