SameAnyone make local ai gen work? I click .bat file, cmd appears for a couple 5 seconds (many lines quickly scroll by), cmd closes.
no idea what am i doing wrong. and installing comfyUI from different source also kinda hard.
SameAnyone make local ai gen work? I click .bat file, cmd appears for a couple 5 seconds (many lines quickly scroll by), cmd closes.
no idea what am i doing wrong. and installing comfyUI from different source also kinda hard.
Local ai mean you have to have an ai program on your puter which the game will use to generate pictures. If you don't have an ai program that generates pictures then based on the wording of "local ai gen" that bat file fails because it looks for a ai program you don't have on your computer.Anyone make local ai gen work? I click .bat file, cmd appears for a couple 5 seconds (many lines quickly scroll by), cmd closes.
no idea what am i doing wrong. and installing comfyUI from different source also kinda hard.
Last I checked the game's running on Twine, so cheating is easy.
Press F12 to open the browser console and find the variables you want to edit.
"SugarCube.State.active.variables." should be your base and then browse/find the variables you need.
SugarCube.State.active.variables.starving
SugarCube.State.active.variables.dehydrated
The value corresponds to the negative value on the UI, example -2 on your thirst level is dehydrated=2
You can actually cheat and add food/water by just going to the Items/Relics menu and go to the cheat/adjustments menu option at the bottom and then adjusting them and adding as much as you want! Cheating is intentionally very easy in this game.Any idea how to edit food & water? Can't seem to find its value anywhere.
Tried doing the local AI art thing. It completed installing python but then died.
Hello! I think local generation code has some errors in it. Thats traceback I've been getting on it:
Installer script failed. Exiting.
I couldn't make the local generation work at all. Tried a clean install twice, went looking for possible fixes only, learned how to use conda to get things that it said were missing and still can't make it work. I give up.
Anyone make local ai gen work? I click .bat file, cmd appears for a couple 5 seconds (many lines quickly scroll by), cmd closes.
no idea what am i doing wrong. and installing comfyUI from different source also kinda hard.
Same
Having the same issue with the comfyUI installation, I tried to run the bat as administrator, reinstalled GIT and reinstalled python and nothing.
Local ai mean you have to have an ai program on your puter which the game will use to generate pictures. If you don't have an ai program that generates pictures then based on the wording of "local ai gen" that bat file fails because it looks for a ai program you don't have on your computer.
[Edit]
This is based just on what you said. i have not personally looked at what the .bat program actually does. but local ai means an ai program on you own personal system and if you don't have one then it will do nothing.
I had some error here, anyone can help?
Yeah, Comfy just doesn't seem to want to install properly. I'm either running into security issues, install location issues, Python "not being installed at PATH," and the worst part, the damned CMD window closing before I can even see what error it gives me. Gods, WTF does the default CMD ALWAYS want to close instead of staying fucking open so you can actually READ shit?!
One other thing, kudos to whoever chose the music cause it doesn't annoy me.
Okay, after MUCH playing around with things, I have managed to get it to install. First, I had to clean up all of my many Python installs (WHY do I have so many?!) and then I had to manually install Python 3.10.9. I actually had to do that and uninstall it a couple of times before the BAT file finally recognized it and ran the Miniconda installer properly. Then I had to close the CMD window and start the BAT file AGAIN, let it run until it stopped, close the window, and run the BAT file one last time. It is now downloading the ComfyUI AI generator and all of the massive dictionary it has. And just to say it, it's SLOW both to respond and to do the download. So be patient.
There are some issues with the local AI installation script right now! If you want to fix it immediately, you can hop by the Discord server, since we have a very active troubleshooting support there, or you can wait a few days for a hot fix which should ideally solve most of these issues!Got the localai thing to run..... mostly. It installed, I said i want to run it on my gpu, said yes to NVIDIA, then it ran a few more lines, before stopping on this particular error.
Tried running it multiple times over and that keeps on happening, and I'm not sure on how to fix it.
There's some updates to the prompts that will fix that in the hot fix coming in a couple days!how to manually edit these negative prompts, the i cup breast just filled the whole portrait with.. breast?
I managed to fix my issues myself, though I will point out the stumbling blocks I had in case it helps with fixing more problems in the future.There are some issues with the local AI installation script right now! If you want to fix it immediately, you can hop by the Discord server, since we have a very active troubleshooting support there, or you can wait a few days for a hot fix which should ideally solve most of these issues!
I will gladly wait for that hot fix because, even though I could likely fix it all myself, either with or without help, I currently dont have the time to do so (thank you, responsibilities towards other people).There are some issues with the local AI installation script right now! If you want to fix it immediately, you can hop by the Discord server, since we have a very active troubleshooting support there, or you can wait a few days for a hot fix which should ideally solve most of these issues!
The hot fix will solve the script issues and will also dramatically improve the prompt handling for local image prompts, since there were some critical things missing there. But you can expect both of those to be solved within the next week. Your bug reports are valuable to make sure we can fix these issues though! And I'm super glad to see so much interest in the feature!
I want to make sure it's as easy to use as possible, so I'm also planning to update the script significantly and add a GUI to it, so that no technical expertise is needed rot set up and run the local AI image program alongside the game.
There's some updates to the prompts that will fix that in the hot fix coming in a couple days!
I noticed those exits myself in the batch files and I just deleted them. Having it hit an error and NOT close helped me figure out what was happening on my particular setup. Nothing should ever exit on error. It should stay open with the error displayed UNLESS it creates a log file to refer to that has the error. Even then, I think any process that hits an error should just stop and display the error rather than immediately exit.I will gladly wait for that hot fix because, even though I could likely fix it all myself, either with or without help, I currently dont have the time to do so (thank you, responsibilities towards other people).
However, to maybe make the process of finding errors a tad easier and, at least for less technically inclined people less frustrating, in the future: Dont make the script (or in this case the batch file at least) exit upon encountering an error right away, so that text can either be copied or screenshot! Took me a bit to realize what exactly happened when i ran the script at first bc i put it in the background and it just vanished on me after encountering an error with the conda environment. Fixed that by throwing in some pauses into the batch file. (TL;DR: put some pause lines before exiting the batch file in the future, so that those trying to install understand faster where something went wrong/can report problems with better information)
Run miniconda.exe yourself and install it on your computer, it should fix itHello! I think local generation code has some errors in it. Thats traceback I've been getting on it:
2024-11-27 18:10:59,215 - WARNING - Command failed: miniconda.exe /S
ERROR:
Traceback (most recent call last):
File "E:\Abyss Diver Interactive 1.3.0\local-gen\installer.py", line 759, in <module>
main()
~~~~^^
File "E:\Abyss Diver Interactive 1.3.0\local-gen\installer.py", line 694, in main
install_conda_for_python()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "E:\Abyss Diver Interactive 1.3.0\local-gen\installer.py", line 749, in install_conda_for_python
install_miniconda_for_os()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "E:\Abyss Diver Interactive 1.3.0\local-gen\installer.py", line 161, in install_miniconda_for_os
assert s==0, e
^^^^
AssertionError
Installer script failed. Exiting.
Just wait for the OP fix my broski...does anyone have video of installation of local ai image