CurtisDS / sd-model-preview-xd

Displays preview files for models.
MIT License
74 stars 8 forks source link

List fix #25

Closed n15g closed 1 year ago

n15g commented 1 year ago

After testing with a non-standard embeddings directory I found that the filter() method doesn't actually return a list, so the following directories.append(set_dir) method fails. My bad!