Hello, I didn’t receive anything :(.
I tried to email you in case.
Hello, I’m looking for a Communications & PR Manager to join me on a part-time basis. Your primary responsibility will be managing my company’s communication channels while playing a role in crafting my communication strategy. This is a paid position with a flexible commitment of a few hours every month, depending on the agreed scope of work. I’m currently working on AIdventure: an interactive fiction using AI.
What you need:
What you will do:
If you are interested, please submit your application at lyaaaaa@lyaaaaagames.com
A few interesting info:
Hello, I’m interested in your services if you are still looking for work. I’m looking for a PR Manager for my game : AIdventure. It’s an interactive fiction using AI to give total freedom to the player. This is a serious project ; I work on this game since 4 years now.
Your primary responsibility will be managing my company’s communication channels while playing a role in crafting the communication strategy. This is a paid position with a flexible commitment of a few hours every month, depending on the agreed scope of work.
If you are interested could you contact me at lyaaaaa@lyaaaaagames.com ?
Hello,
I’m looking for a UI designer for my game : AIdventure. It’s an interactive fiction using AI to give total freedom to the player. This is a serious project ; I work on this game since 4 years now. Your job would be to either :
The current interface works, but it’s far from good, and I plan to step up and give the game a visual novel vibe. It would probably be a short/middle term collaboration depending on how my needs evolves. If you are interested could you contact me at lyaaaaa@lyaaaaagames.com ?
Here are a few interesting info:
Hi, You get a Steam key when you buy on Itch. Moreover, when you buy it on Itch I get more money. The updates are automated on both Steam and Itch, they are always published at the same time. AMD GPU should be working but only on experimental branches.
The demo has an old version that won’t work with AMD GPU. If you want to try it before buying, you can either wait for the 3.1 to be released in the stable (and therefore play it in the demo) or download the demo and do this:
After checking my FAQ, I found a part about it:
Make sure to verify the folder named mamba in your game folder. If in this folder you find no directory named condabin then it indeed failed.
After checking my FAQ, I found a part about it:
Make sure to verify the folder named mamba in your game folder. If in this folder you find no directory named condabin then it indeed failed.
Hi, I don’t know why the installation fails when creating your environment. It doesn’t say much.
Once in game, you need to download an AI (but it’s pointless if the environment isn’t working).
You may want to try the Steam version (you got a steam key with your purchase) as it bundles everything (environment and a default AI).
Hello, just a few questions:
Make sure to run the installer and click “install”. If you keep having troubles with the installation, you can try the Steam version (it has no installer and easier to set up). You get a steam key by buying the game.
Hi, I’m working on AIdventure. And I’m looking for translators to localize my game (and store pages) to (simplified) Chinese and German.
~3800 words.
If you are interested, please contact me by email at lyaaaaa@lyaaaaagames.com with a link to your portfolio (if you have any) and your rates.
Sadly, on Windows the technology to use the AMD GPU for AI generation isn’t available yet. I’m waiting for it to be released.
So it’s 100% planned, but I have no idea when I will be able to do it. I recommend you to not buy before that. (You can still try the DEMO and see if it’s ok enough with you CPU)
Hello,
I will create a new trailer for my game, AIdventure. I need two voices for this. I already have an actor for the main voice, but I need a last one (for 4-5 small sentences).
I would prefer a voice actress (if you are a voice actor, you can always contact me. I will hire you if I find no actress for the second voice)
If you are interested, please contact me by email at lyaaaaa@lyaaaaagames.com with a link to your portfolio (if you have any) and your rates.
You will get a free copy of AIdventure (the copy is not the payment, but a bonus!)
Hello,
I’m developping AIdventure
I need a translator who can translate from english to russian.
Of course, I pay. You can email me at lyaaaaa@lyaaaaagames.com with a link to your portfolio (if you have one) and your rates.
You can always write in the comments here, but the fastest way is to email me.
Hello, the next release (2.0.0) will have options presets to help people with the options.
However, I recommend you to keep the generation max length between 40 and 80 (because the longer the AI writes without your intervention, the more probable you will get weird output.)
For the randomness, I would recommend 0.7 but it may vary between models.
offload model is just for performances and won’t affect the ai’s output
remove unfinished sentences doesn’t affect the AI. It’s just the game removing text without punctuation character at the end.
I usually use the 2.7B models and get good results.
You can find guides made by the community on Steam: https://steamcommunity.com/app/2114790/guides/
Hello, it’s behaving like I coded it. It’s removing content until it finds a ‘,’ or ‘”’ or any punctuation. The problem here is mostly the option’s name.
For the allotted time, it’s a max time. If you reach the limit specified in Generation’s max length it will stop the generation and print it. If you want longer output, make sure to increase the max length too :).
Hello, can you send me the logs please? I can’t help you without them.
%APPDATA%/Roaming/aidventure~local/share/godot/app_userdata/AIdventure OR ~.local/share/godot/app_userdata/AIdventureBy the way, if you find this line RuntimeError: "LayerNormKernelImpl" not implemented for 'Half' in the logs. You can directly apply the fix I explained on the post above ;)
If you don’t have a NVIDIA card with CUDA. You need to go in the game’s option and change an option
Go in the settings
Go in AI options
Display advanced options
Change Torch_Dtype to float32
Hello, indeed the download works fine. The problem comes from your settings and your hardware. By default, the game is configured for users with CUDA available (Nvidia GPU). We can see CUDA isn’t available.
15:24:47,951 AIdventure_Server INFO Is CUDA available: False
Then the error happens.
15:25:06,304 AIdventure_Server ERROR "LayerNormKernelImpl" not implemented for 'Half'
If you don’t have a NVIDIA card with CUDA. You need to go in the game’s option and change an option
float32Hello, I have two ideas to solve your problem. I will only be focusing on your errors with the Experimental version (It’s much better than the stable one and requires little tricks to use it.)
The game raises errors when you download the AI, then try to move it from the cache folder (a place where rights are permissive user://cache) to /media/user/HDD/aidventure-experimental/models/LyaaaaaGames/distilgpt2/. It looks like it is on an external drive. So it’s probably just a permission problem. (Starting the game in admin (sudo mode) might work too but it’s not the best way)
You can either give more permissive rights on the AIdventure folder (just for the download part) or just move the game to your main drive.
Otherwise, (second option) you can let the server do the download for you (You will have little information about what happens, and I can’t guarantee success.) To do that, go in the game’s options and in the server tab. There, check ALLOW_MODEL_DOWNLOAD.
By reading the logs of the server, I understand the server doesn’t find the AI’s files.
Hello, make sure you check the FAQ too https://itch.io/t/1820837/faq.
I have a few questions to help me debug this.
server_logs.textHello, your CPU has the same specs as mine and I can easily generate a good sentence in less than 10 seconds with GPT2-Large. So it’s weird. My CPU is an intel though.
Maybe it could be the model type. It would be interesting to try with a GPT-Neo model to see if you get a better result.
What could be interesting is to see the server logs after a generation (a generation with no text). You can find the server logs in the game’s folder. It is named server_logs. Copy the content of this file after a generation (and before exiting the game).