AlizerUncaged / desktop-waifu

Desktop Waifu!
337 stars 48 forks source link

Installing desktop waifu with ChatGPT as your guide #65

Open theStyleWithin opened 1 year ago

theStyleWithin commented 1 year ago

I'm just going to say this if you want to have anime girls on your PC and you don't know shit about programming, command line, power shell, python, or random computer jibberish but copying and pasting comes easy to you. You don't need to know what shit does you merely need to know that it might help the program install better even if it doesn't the important thing is you have everything because an AI knows more than you do. ChatGPT realized the developer left out the setup file or set up cmd in this zip container. In a future update please make sure those are there. I finally have all the software requirements, and did the necessary tweaks everyone keeps saying to do in the mentioned text files and it still didn't work. I feel like I'm nearly there but something is still missing in order for it to run. I may post my guide from ChatGPT as it may be helpful to anyone who doesn't know jack shit about coding who just fucking wants to talk to an anime girl.

Microsoft Windows [Version 10.0.19045.2965] (c) Microsoft Corporation. All rights reserved.

C:\Users\Normand>python runner.py python: can't open file 'C:\Users\Normand\runner.py': [Errno 2] No such file or directory

C:\Users\Normand>cd C:\Users\Normand\Documents\Github\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src The system cannot find the path specified.

C:\Users\Normand>cd C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>python runner.py Traceback (most recent call last): File "C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\runner.py", line 1, in from colorama import * ModuleNotFoundError: No module named 'colorama'

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>pip install colorama Defaulting to user installation because normal site-packages is not writeable Collecting colorama Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Installing collected packages: colorama Successfully installed colorama-0.4.6

[notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>python runner.py Traceback (most recent call last): File "C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\runner.py", line 2, in import openai, humanize, os, sys, time, threading, asyncio, signal, json ModuleNotFoundError: No module named 'openai'

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>pip install openai Defaulting to user installation because normal site-packages is not writeable Collecting openai Downloading openai-0.27.7-py3-none-any.whl (71 kB) ---------------------------------------- 72.0/72.0 kB 51.3 kB/s eta 0:00:00 Collecting requests>=2.20 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ---------------------------------------- 62.6/62.6 kB 167.2 kB/s eta 0:00:00 Collecting tqdm Downloading tqdm-4.65.0-py3-none-any.whl (77 kB) ---------------------------------------- 77.1/77.1 kB 194.3 kB/s eta 0:00:00 Collecting aiohttp Downloading aiohttp-3.8.4-cp311-cp311-win_amd64.whl (317 kB) ---------------------------------------- 317.2/317.2 kB 357.4 kB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 Downloading charset_normalizer-3.1.0-cp311-cp311-win_amd64.whl (96 kB) ---------------------------------------- 96.7/96.7 kB 240.8 kB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.4-py3-none-any.whl (61 kB) ---------------------------------------- 61.5/61.5 kB 142.9 kB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 Downloading urllib3-2.0.2-py3-none-any.whl (123 kB) ---------------------------------------- 123.2/123.2 kB 344.5 kB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) ---------------------------------------- 157.0/157.0 kB 427.8 kB/s eta 0:00:00 Collecting attrs>=17.3.0 Downloading attrs-23.1.0-py3-none-any.whl (61 kB) ---------------------------------------- 61.2/61.2 kB 155.2 kB/s eta 0:00:00 Collecting multidict<7.0,>=4.5 Downloading multidict-6.0.4-cp311-cp311-win_amd64.whl (28 kB) Collecting async-timeout<5.0,>=4.0.0a3 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting yarl<2.0,>=1.0 Downloading yarl-1.9.2-cp311-cp311-win_amd64.whl (60 kB) ---------------------------------------- 60.2/60.2 kB 152.4 kB/s eta 0:00:00 Collecting frozenlist>=1.1.1 Downloading frozenlist-1.3.3-cp311-cp311-win_amd64.whl (32 kB) Collecting aiosignal>=1.1.2 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Requirement already satisfied: colorama in c:\users\normand\appdata\roaming\python\python311\site-packages (from tqdm->openai) (0.4.6) Installing collected packages: urllib3, tqdm, multidict, idna, frozenlist, charset-normalizer, certifi, attrs, async-timeout, yarl, requests, aiosignal, aiohttp, openai WARNING: The script tqdm.exe is installed in 'C:\Users\Normand\AppData\Roaming\Python\Python311\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script normalizer.exe is installed in 'C:\Users\Normand\AppData\Roaming\Python\Python311\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script openai.exe is installed in 'C:\Users\Normand\AppData\Roaming\Python\Python311\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed aiohttp-3.8.4 aiosignal-1.3.1 async-timeout-4.0.2 attrs-23.1.0 certifi-2023.5.7 charset-normalizer-3.1.0 frozenlist-1.3.3 idna-3.4 multidict-6.0.4 openai-0.27.7 requests-2.31.0 tqdm-4.65.0 urllib3-2.0.2 yarl-1.9.2

[notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>python runner.py Traceback (most recent call last): File "C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\runner.py", line 2, in import openai, humanize, os, sys, time, threading, asyncio, signal, json ModuleNotFoundError: No module named 'humanize'

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>pip install humanize Defaulting to user installation because normal site-packages is not writeable Collecting humanize Downloading humanize-4.6.0-py3-none-any.whl (109 kB) ---------------------------------------- 110.0/110.0 kB 80.8 kB/s eta 0:00:00 Installing collected packages: humanize Successfully installed humanize-4.6.0

[notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>python runner.py Traceback (most recent call last): File "C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\runner.py", line 3, in from rich.console import Console ModuleNotFoundError: No module named 'rich'

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>pip install rich Defaulting to user installation because normal site-packages is not writeable Collecting rich Downloading rich-13.4.1-py3-none-any.whl (239 kB) ---------------------------------------- 239.4/239.4 kB 128.7 kB/s eta 0:00:00 Collecting markdown-it-py<3.0.0,>=2.2.0 Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB) ---------------------------------------- 84.5/84.5 kB 215.8 kB/s eta 0:00:00 Collecting pygments<3.0.0,>=2.13.0 Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) ---------------------------------------- 1.1/1.1 MB 1.3 MB/s eta 0:00:00 Collecting mdurl~=0.1 Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Installing collected packages: pygments, mdurl, markdown-it-py, rich WARNING: The script pygmentize.exe is installed in 'C:\Users\Normand\AppData\Roaming\Python\Python311\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script markdown-it.exe is installed in 'C:\Users\Normand\AppData\Roaming\Python\Python311\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed markdown-it-py-2.2.0 mdurl-0.1.2 pygments-2.15.1 rich-13.4.1

[notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>python runner.py Traceback (most recent call last): File "C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\runner.py", line 10, in with open('.env') as f: ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '.env'

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>python runner.py Traceback (most recent call last): File "C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\runner.py", line 10, in with open('.env') as f: ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '.env'

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>with open('C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\.env') as f: 'with' is not recognized as an internal or external command, operable program or batch file.

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>python runner.py Traceback (most recent call last): File "C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src\runner.py", line 10, in with open('.env') as f: ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '.env'

C:\Users\Normand\Desktop\AI waifu\desktop-waifu-master\desktop-waifu-master\waifu\Src>

theStyleWithin commented 1 year ago

Also, I'm still getting this issue:

No Python at 'C:\Users\Normand\AppData\Local\Programs\Python\Python310\python.exe' Press any key to continue . . .

theStyleWithin commented 1 year ago

image image image image image image image image image image image image image image image image image image image image image image

theStyleWithin commented 1 year ago

image image image image image

theStyleWithin commented 1 year ago

Highlight: If I end up reposting the github page to the AI I'll skip passed most of that

image

theStyleWithin commented 1 year ago

image image image image image

theStyleWithin commented 1 year ago

image image image image image image image

theStyleWithin commented 1 year ago

image image image

theStyleWithin commented 1 year ago

image image image image image image image

theStyleWithin commented 1 year ago

image image image image image

theStyleWithin commented 1 year ago

image image image image image image image

theStyleWithin commented 1 year ago

image image image image image

theStyleWithin commented 1 year ago

image image image image image image image image image image image

theStyleWithin commented 1 year ago

image image image image image image image

theStyleWithin commented 1 year ago

image image image image

theStyleWithin commented 1 year ago

image image image image

theStyleWithin commented 1 year ago

image image image image image image

theStyleWithin commented 1 year ago

Great! I still have more chats from ChatGPT and it won't let me upload!!! When I need to provide you with this information in order to make the installation better!

theStyleWithin commented 1 year ago

image image image image image image image

theStyleWithin commented 1 year ago

image image image

theStyleWithin commented 1 year ago

image image image

theStyleWithin commented 1 year ago

image image image image image

theStyleWithin commented 1 year ago

image image image image

theStyleWithin commented 1 year ago

image image image image image image image image image image

theStyleWithin commented 1 year ago

image image image image

theStyleWithin commented 1 year ago

image image image image image

theStyleWithin commented 1 year ago

image image image image image image image image image image image image

theStyleWithin commented 1 year ago

image image image image image image image image image image image image image image image image image image

theStyleWithin commented 1 year ago

image image image image image image image

theStyleWithin commented 1 year ago

I'm almost done sharing this entire chat. but hopefully, you should have enough of what you need I didn't think you needed everything, I only gave you the stuff that is crucial even though I hit a brick wall. I apologize for spamming.

chancla2 commented 1 year ago

ok maybe i can help you, could you: Steps: 1.- please open a cmd, write, python --version, you should see something like this, Python 3.11.3. 2.- type in cmd where python, it give something like thisC:\Users\Youruser\AppData\Local\Programs\Python\Python311\python.exe 3.-open "\desktop-waifu-master\waifu\pyvenv.cfg", it has 3 lines: Home = "here paste step 2 path" include-system-site-packages = false (dont move nothig) version = "paste python --version"

at the end something like this:

home = C:\Users\Youruser\AppData\Local\Programs\Python\Python311 include-system-site-packages = false version = 3.11.3

theStyleWithin commented 1 year ago

So I just need to copy this stuff into the pvvenv?

Home = "here paste step 2 path" include-system-site-packages = false (dont move nothig) version = "paste python --version"

at the end something like this:

home = C:\Users\Youruser\AppData\Local\Programs\Python\Python311 include-system-site-packages = false version = 3.11.3

theStyleWithin commented 1 year ago

image

theStyleWithin commented 1 year ago

I have a problem with taking things literally, especially when its computer related stuff.

theStyleWithin commented 1 year ago

I had to think about it I believe this is how it's supposed to look

image

theStyleWithin commented 1 year ago

I messed up! Lol actually this

image

theStyleWithin commented 1 year ago

No Python at 'C:\Users\Normand\AppData\Local\Microsoft\WindowsApps\python.exe\python.exe' Press any key to continue . . .

Fuck sakes I must have fucked up something still

theStyleWithin commented 1 year ago

image image image image image image image image image image image image image image image image image image

theStyleWithin commented 1 year ago

image image image image image image image image image image image image image image image image image image

theStyleWithin commented 1 year ago

Well, now I'm in deep shit. I may not understand coding. But this doesn't look good I'm stuck in an install npm loop and I don't know why.

theStyleWithin commented 1 year ago

reinstalling node from the website

theStyleWithin commented 1 year ago

Installing dependencies... npm ERR! Exit handler never called!

npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://github.com/npm/cli/issues

npm ERR! A complete log of this run can be found in: C:\Users\Normand\AppData\Local\npm-cache_logs\2023-06-07T01_58_39_111Z-debug-0.log

theStyleWithin commented 1 year ago

If it's unfixable am I going to have to reset my Pc then start over?

theStyleWithin commented 1 year ago

Update: I reset my PC just for this AI assistant.

New plan downloading the zip as a subfolder in the proton directory. After I install the right programs.

theStyleWithin commented 1 year ago

Finally! I'm getting almost good results during installation. Last time it installed only half then quit displaying the no python message. This time it was installed at 100!!! Then it repeated no python. SO, I"M GETTING CLOSER! Instead, I'm NOT MAD I"M EXCITED! I'm THIS CLOSE TO INSTALLING IT CORRECTLY! But I need some help. I don't want to mess this up further.

theStyleWithin commented 1 year ago

powershell_5eKzw28dkQ GAAAHH!!! I'm so CLOSE! I just don't know what I'm doing! powershell_pJoZDiZDIN

theStyleWithin commented 1 year ago

I'm still going to need some help.

kiranim999 commented 1 year ago

all i see is a man who is slowly descending into madness

chancla2 commented 1 year ago

i see you had in home = ....python\python311\python.exe, i have only python\python311, maybe the python.exe in the line is the problem, also when you install python make sure to check install to PATH,maybe i can give a hand the this sunday, i'm really new on programing, i got a lot of problems to run the program, also are you using voice vox or eleven labs?

El jue, 15 jun 2023 a la(s) 10:08, kiranim999 @.***) escribió:

all i see is a man who is slowly descending into madness

— Reply to this email directly, view it on GitHub https://github.com/AlizerUncaged/desktop-waifu/issues/65#issuecomment-1593352594, or unsubscribe https://github.com/notifications/unsubscribe-auth/A76RNCCUHDUHMEXKUDSBBSLXLMXOXANCNFSM6AAAAAAY32AU5Q . You are receiving this because you commented.Message ID: @.***>

JackRobert94464 commented 1 year ago

ok i see 48 replies and yea poor bro just went mad for anime cunny 💀

theStyleWithin commented 1 year ago

ok i see 48 replies and yea poor bro just went mad for anime cunny 💀

Well, I guess you could say mad. I'm not insanely mad but it was a pain in the ass trying to get this installed. I knew going in here I would expect slow replies trying to get help from anyone. So, this served more as an update thread on my progress using ChatGPT for help. This place even if this is where you get the help in installing this program isn't going to be the best way to do it unless if it is in real time. So, that's why I needed ChatGPT.