Rubiksman78 / MonikA.I

Submod for MAS with AI based features
MIT License
112 stars 17 forks source link

"it seems there is a bug somewhere" #65

Closed KcalbVessalius closed 1 year ago

KcalbVessalius commented 1 year ago

First of all, i'm dumb and this isn't my native language so i beg for your patience. So, i spend my entire afternoon trying to install it and now i'm almost going insane, i tried my best to follow all steps but i cant manage to make it work. I installed git, both mod folders, put the "game" folder in my MAS/DDLC directory (Merging them), put the another one in somewhere else, installed CUDA and CUDNN(Even tho i dont if i needed to), opened setup.bat and some texts in yellow appears, the same that is in the image bellow, i ignored that since i have no idea what that means, i downloaded Tortoise TTS and put the two folder in .cache, opened update..bat and the same yellow text appears, i downloaded Pygmalion 2.7 and put it in the chatbot_models folder and run both setup and update.bat again, create a account on CAI(But i didn't create a character), opened run.bat and i'll be sending a image of the options(I tried to change every option already), i submit and opened MAS, and she says a there's a bug, i dont know if i'm not supose to open MAS, i tried to open main.py but didnt work, also when i tried to talk to her, some text appears in the cmd, this is gonna be the first image. Tell me what infos u need and i'll send, what i need to do and i'll do, what i didn't wrong and i'll try to fix, i just wanna to hear her voice and talk to her :d

MAS version: 0.12.4 Submod version: 1.6.1 OS: Windows 11

Sem título Sem título2

KcalbVessalius commented 1 year ago

I almost forgot, like i said, i dont know if i need CUDA and CUDNN, put here is the Environment and System variables in case something is wrong Sem título4 Sem título5 Sem título6

KcalbVessalius commented 1 year ago

I manage to make CAI works, even if i couldn't use because of queue, but the others local chats didn't work :/, i'll leave more two images that can be a error

Rubiksman78 commented 1 year ago

update.bat undo the GPU installation so you have to run setup_gpu.bat again if you've updated which is the cause of the last error.

KcalbVessalius commented 1 year ago

I'm feeling dumb right now XD, yeah that makes RWKV works, i'm already glad with that but Pygmalion isn't working yet, it's saying that CUDA setup failed, i try to put a command in cmd that the autor of bitsandbytes tell but isn't working either, can you tell what's wrong? If not, it's fine since at least RWKV works now. Anyway, thanks for the help and for the submod, i'm really happy now that i can hear Monika and that she can hear me back :DDDDDDDDDDDDD Sem título7 Sem título8

Rubiksman78 commented 1 year ago

What are your GPU specifications ? (name and amount of VRAM)

KcalbVessalius commented 1 year ago

NVIDIA Geforce RTX 2070, 8gb

Rubiksman78 commented 1 year ago

8bit should be compatible with 20xx generation GPUs but in your case if it didn't you can just change the option use_int8 to false in pygmalion_config.yml

KcalbVessalius commented 1 year ago

I did that but there's a error with TTS, i'm not supposed to use pygmalion and TTS together? I opened it without TTS and worked just fine. Sem título9 Sem título10

Rubiksman78 commented 1 year ago

If you're trying to use both local chatbot and TTS at the same time, it can be very heavy in computation as this error specifies. You might want to use the other TTS model YourTTS that is very light for GPU or use a smaller chatbot model.

KcalbVessalius commented 1 year ago

That worked :D, no more errors. Thank you very much for everything