Mehdi Cherti

Results 51 comments of Mehdi Cherti

The other option is to get a message box, using pomodoro work_duration reset_duration --notif=True, but this currently needs Qt5.

Hi, could you please retry with sudo? ``` sudo pip install -r requirements.txt sudo python setup.py install ```

It seems to be related to OSX system integrity protection (SIP), according to https://stackoverflow.com/questions/31900008/oserror-errno-1-operation-not-permitted-when-installing-scrapy-in-osx-10-11. Perhaps one workaround (https://github.com/rg3/youtube-dl/issues/7139) is to use --user if you don't mind installing the app only...

Hello @arooni , thanks for raising this issue. 1) Currently the only way to stop it is ctrl+c 2) No there is no way currently, I would say that pomodoros...

Hello, thanks for reporting your issue and sorry for the delay. I don't have windows but I just have been able to use it through a virtual machine. I will...

Hey, I could do it successfully using `clean` and `legacy_pytorch` modes. I just needed to add the extension 'JPEG' to https://github.com/GaParmar/clean-fid/blob/main/cleanfid/utils.py#L50 because ImageNet-1k images have that extension. I think it...

Thanks for the links, I will give it a try, it would definitely be great to try the same idea there

"diffusion is sort of inherently tough to reason about in my experience." Yes, one difficulty I see here is that if we apply the same kind of idea on diffusion,...

Another thing is, diffusion models are already iterative, so the "feed forward" aspect wouldn't apply here, we still need to go through all the timesteps to generate the image. The...

Hi, I was not aware of these, these are very beautiful! the repo is not meant to output higher quality images (quality should be the same as VQGAN-CLIP examples) or...