Results 22 comments of Zeqiang Lai

There is a cross-platform launcher that supports Linux, i.e., [cerebro](https://github.com/cerebroapp/cerebro). We can write a plugin for it, so that we can achieve the same thing for Linux. The main target...

No problem in my server. Maybe you need update your tfpnp installation via ``` pip install -e . ``` Under the same directory of `setup.py`

Hi, from my test, pytorch 2.x works. The problem might be the lack of `imageio-ffmpeg` It can be installed via ``` pip install imageio-ffmpeg ``` Could you try it and...

We use python3.7, other version should work too. But we don't have time to test every versions.

I have updated the demo and push the latest change. Do you still face the same issue with the latest commit? See also [Online demo](https://2db7de2bdb2b26469d.gradio.live/)

Thanks for the feedback, I also notice the problem. Maybe there are some bugs or differences of my implementation of the original one. Let me try to fix it.

The requirements are very loose. ``` pip install -r requirements.txt ``` should simply work. As for reference, here is what I use. ``` gradio==3.30.0 tqdm==4.62.3 torch==1.11.0 torchvision==0.12.0 numpy==1.21.2 fire==0.5.0 imageio==2.13.5...

a little wired. you could try ``` pip install --upgrade fsspec ```

Take a look of my implementation, https://github.com/Zeqiang-Lai/DragGAN