Fixing: AttributeError: 'Namespace' object has no attribute #1447
blakdeth19
started this conversation in
General
Replies: 1 comment
-
Awesome - thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When getting this error:
File "(path)\kohya_ss\sd-scripts\library\sdxl_train_util.py", line 50, in load_target_model args.disable_mmap_load_safetensors, AttributeError: 'Namespace' object has no attribute 'disable_mmap_load_safetensors'
Deleting this line (line 50) from sdxl_train_util.py allows the TI training to work
Beta Was this translation helpful? Give feedback.
All reactions