d8ahazard / sd_dreambooth_extension

Other
1.85k stars 283 forks source link

fixes TypeError: argument of type 'NoneType' is not iterable #1421

Closed schreeedi closed 6 months ago

schreeedi commented 6 months ago

Describe your changes

added a NoneType check to avoid exception

Issue ticket number and link (if applicable)

https://github.com/d8ahazard/sd_dreambooth_extension/issues/1420

Checklist before requesting a review

schreeedi commented 6 months ago

had to also remove the .whl url for windows variant under linux install cmd to get the installation to work properly (instead of only fixing the exception), it is ready to merge now