giuvecchio / matfuse-sd

MatFuse: Controllable Material Generation with Diffusion Models (CVPR2024)
https://gvecchio.com/matfuse/
MIT License
31 stars 2 forks source link

Missing modules for training #3

Closed Cold5tar closed 4 months ago

Cold5tar commented 5 months ago

While trying to run training I am faced with multiple modules that were not mentioned in the requirements.txt file.

Now I was installing them 1 by 1 until one of them is not recognizible. Error ModuleNotFoundError: No module named 'Pylette.color_extraction'

Do you have any idea why that might be happening? I cant find any info on this module. Previous to this I installed Pylette as it was also blocking the training execution

rensortino commented 4 months ago

Hi, I am currently working on this issue, the requirements.txt file was not updated and apparently the Pylette module slightly changed its importing workflow in the last versions.

Cold5tar commented 4 months ago

Thanks for letting me know, impatiently waiting so I can start training :D

rensortino commented 4 months ago

We fixed the problem with Pylette and addressed some other minor issues in the codebase. Now you should be able to train on your own data