Greg

Results 7 comments of Greg

@KJYoo1989 and others who are facing this issue, the command you mentioned with the `-b 1` will not provide a sufficient decrease in VRAM to run on 8 or 6GB...

An alternative is this fork I have made, which does not hold every model in VRAM at once, during inference of each model it loads them into VRAM, does inference,...

This is due to incorrect file structure and/or not setting the PYTHONPATH variable as described in the [Windows Installation Guide](https://github.com/YuvalNirkin/fsgan/wiki/Windows-Installation-Guide)

Make sure you have followed the [Windows Installation Guide](https://github.com/YuvalNirkin/fsgan/wiki/Windows-Installation-Guide), especially the [part](https://github.com/YuvalNirkin/fsgan/wiki/Windows-Installation-Guide#fsgan) where they set the PYTHONPATH. The PYTHONPATH will allow python to see FSGAN and face_detection_dsfd as imports. It...

I would like this 👀

Yes, please share the code.

Mineflayer installation failed, reinstall NodeJS - make sure it's Version 16.20 from https://nodejs.org/download/release/v16.20.0/ Then follow the instructions directly. If you get a cb.apply error follow: https://stackoverflow.com/questions/63214997/typeerror-cb-apply-is-not-a-function and run ```npm install...