Elvin

Results 3 comments of Elvin

I had the same issue, with "AssertionError: No event data." It's solved by updating the gradio version: pip install gradio==3.38.0 I followed the suggestion from another issue: https://github.com/lllyasviel/ControlNet/issues/475#issuecomment-1649835292

Hi, try to upgrade your pip before installing gradio. ``` python -m pip install --upgrade pip pip install gradio ```

你好,我想请问论文中Table 2的结果是否就是设置use_degra_context为false去训练单任务模型得到的?这种情况下niter和其它参数应该怎么调整呢?