Closed mo-st closed 6 months ago
Update: doesn't seem to work, neither does setting version ==7.2.0
. Don't have time to look into the specifics atm, building wheel fails though. Will update if I find the time.
Yeah I think the problem is with image_slicer, I will eventually write the slicer myself but if you want to install it, try to git clone the source repo and build with pip install -e .
instead: https://github.com/samdobson/image_slicer (assuming you have the rest of the dependencies installed).
I have a venv and I have several repos in it, the third of which is now image_slicer,
I went into that directory and did pip install -e .
and got image-slicer,
then pillow wasn't working so I went back and did pip install Pillow==10.1.0,
then ran the frame_esrgan.py on an image and got decent output (disney movie frame, not anime) so I think this is the right answer
Awesome. closing the issue now then
Install with
pip install -r requirements.txt
leads to the following dependency conflict:I will try to run with removing the version specification for pillow entirely and update this issue after testing it. Cheers and thanks for your scripts!