Jianyi Wang
Jianyi Wang
> Hi. Please refer to #44 . here
Thanks for the suggestion. I may improve this when I am avaliable.
It should be an env problem. Try `pip install -e .`
Maybe this is similar to your question? https://stackoverflow.com/questions/71617570/pytorchstreamreader-failed-reading-zip-archive-failed-finding-central-directory
I think you just need to run the code line by line.
Hi~our approach does not need to finetune the SD part. We directly use the official checkpoint. You can find the link in readme.
> Thanks for the reply! I see in your paper in experiment detail part that mention fine tune the diffusion model of stableSR, so that means fine tune the SFT...
I am not sure about what happens but you can just downsample the 4x results to get the 2x one.
Hi. The main problem should be related to your own training dataset. I think you need to adjust the degradation accordingly or change the training dataset.
The current code does not support multiple GPUs. But you can run several processes one by one at the same time. I used to run the code using about 12...