anyone here know how to make class images work with the dev branch of dreambooth? It currently gives
anyone here know how to make class images work with the dev branch of dreambooth? It currently gives this error
File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/ui_functions.py", line 729, in start_training
2023-06-02T02:02:02.775039785Z result = main(class_gen_method=class_gen_method)
2023-06-02T02:02:02.775041455Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/train_dreambooth.py", line 1546, in main
2023-06-02T02:02:02.775043305Z return inner_loop()
2023-06-02T02:02:02.775044975Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/memory.py", line 119, in decorator
2023-06-02T02:02:02.775052425Z return function(batch_size, grad_size, prof, *args, **kwargs)
2023-06-02T02:02:02.775054175Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/train_dreambooth.py", line 246, in inner_loop
2023-06-02T02:02:02.775055935Z count, instance_prompts, class_prompts = generate_classifiers(
2023-06-02T02:02:02.775057635Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/gen_utils.py", line 153, in generate_classifiers
2023-06-02T02:02:02.775059405Z builder = ImageBuilder(
2023-06-02T02:02:02.775060995Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/helpers/image_builder.py", line 46, in __init__
2023-06-02T02:02:02.775062715Z self.target = pbar.target
2023-06-02T02:02:02.775064365Z AttributeError: 'mytqdm' object has no attribute 'target' File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/ui_functions.py", line 729, in start_training
2023-06-02T02:02:02.775039785Z result = main(class_gen_method=class_gen_method)
2023-06-02T02:02:02.775041455Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/train_dreambooth.py", line 1546, in main
2023-06-02T02:02:02.775043305Z return inner_loop()
2023-06-02T02:02:02.775044975Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/memory.py", line 119, in decorator
2023-06-02T02:02:02.775052425Z return function(batch_size, grad_size, prof, *args, **kwargs)
2023-06-02T02:02:02.775054175Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/train_dreambooth.py", line 246, in inner_loop
2023-06-02T02:02:02.775055935Z count, instance_prompts, class_prompts = generate_classifiers(
2023-06-02T02:02:02.775057635Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/dreambooth/utils/gen_utils.py", line 153, in generate_classifiers
2023-06-02T02:02:02.775059405Z builder = ImageBuilder(
2023-06-02T02:02:02.775060995Z File "/workspace/stable-diffusion-webui/extensions/sd_dreambooth_extension/helpers/image_builder.py", line 46, in __init__
2023-06-02T02:02:02.775062715Z self.target = pbar.target
2023-06-02T02:02:02.775064365Z AttributeError: 'mytqdm' object has no attribute 'target'








