hamadichihaoui / BIRD

This is the official implementation of "Blind Image Restoration via Fast Diffusion Inversion"
244 stars 19 forks source link

Missing diffusers dependency #6

Closed douglas125 closed 5 months ago

douglas125 commented 5 months ago

I think you need to add diffusers to the dependencies

pip install numpy torch blobfile tqdm pyYaml pillow diffusers

hamadichihaoui commented 5 months ago

Thanks @douglas125, I added the dependency.