UQB
UQB
I managed to resolve this, but getting another issue now: With following settings: After click on 'Live' it does pop up a screen with source image as starting point with...
@kirillbush91 , sorry for delay. I also updated global constants and added list of frame processors in the list. Hope this helps, if not, let me know will send the...
> [@Uniqbank](https://github.com/Uniqbank) please send the code modules/globals.py ```python frame_processors: List[str] = ["face_swapper", "face_enhancer"] ``` modules/processors/frame add __init__.py ```python from .face_enhancer import * from .face_swapper import * ``` modules/processors/frame/core.py ```python import...
I am also encountering same issue with local demo. Can we please get a update on what are the weights and model versions used on demo website? thanks
> Hey [@KalvinThien](https://github.com/KalvinThien)! I'm here to help you out with any bugs, questions, or contributions you have. Let's tackle this together! > > To add a new language like Vietnamese...
@zqq-nuli , nice to e-meet you. :) I was facing similar issue with `_functional_tensor` and after trying couple of other versions with no success, I had to change import in...
@zqq-nuli , I am also trying to run it in API mode, can you please share the details if you succeeded in doing so? Thanks in advance.