Mateus Souza
Mateus Souza
Recently there was a change to support CPU, [but CPU was set as default device](https://github.com/Stability-AI/stablediffusion/pull/147/files#diff-048b7bba4049f97b2038502af5686b6c5f53a882ff02771fcb0d733d22a0ab6cR180-R186). It broke old versions pipelines to generate samples on `txt2image`, throwing an error: ```RuntimeError: expected...
I noticed that OpenClip version used is ViT-H-14 laion2b_s32b_b79k by default, I tried to use another version (ViT-B-32 laion2b_s34b_b79k) and I got errors on models weight: ```bash RuntimeError: Error(s) in...
Currently it seems there is no way to set Experiment name on CometML. Took a look on how the Comet Experiments are created and according to [comet ml docs](https://www.comet.com/docs/v2/api-and-sdk/python-sdk/reference/Experiment/#experimentinit) there...
It seems the project does not support cross validation split, or does it? it would be nice to implement it