AlizerUncaged / desktop-waifu

Desktop Waifu!
336 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

I'm trying to do this again soon. This time on a fresh slate. My PC is reset. And I have windows 10 installed and running in a virtual machine so nothing can get fucked up on the host system.

I hope that 350gb is more then enough space to try again for this.

theStyleWithin commented 1 year ago

Actually screw this I had a new thought. Windows made virtual machines run slow. So, I'm going to convert my PC to Linux Mint before attempting this again. Then, run a windows virtual machine. Because I hate windows.