• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Search results for query: *

  1. bot1789

    Plugins + Scripts koboldlink

    bot1789 updated koboldlink with a new update entry: version 22 Read the rest of this update entry...
  2. bot1789

    Plugins + Scripts koboldlink - version 22

    Minor update: -More koboldcpp sampler parameters (such as rep_pen, temperature, top_p, etc.) can now be modified (edit file Custom/PluginData/koboldlink/prefkobo.json).
  3. bot1789

    Plugins + Scripts koboldlink

    Hi @mostvanvege I understand that you meet uncertainties when dealing with long dialogue. I'll try to figure this out myself. For now, In addition, I can say is that if you are running a local koboldcpp server (either on your PC or in the cloud PC), you will be able to see the exact request...
  4. bot1789

    Plugins + Scripts koboldlink

    Hello @mostvanvege! 1) Yes, certainly, there are restrictions on special characters. This is a koboldcpp limitation, but it seems other taverns (like kololdlite and sillytavern) replace prohibited characters with allowed ones before sending them to the koboldcpp server. My plugin does the same...
  5. bot1789

    Plugins + Scripts koboldlink

    I got your point about Koboldcpp parameters. The problem is that there really are a lot of them. I'll think about how to conveniently implement their input. Yes, you are right that this plugin is just trying to be a small a counterpart to SillyTavern: to support the prompt preparation, it needs...
  6. bot1789

    Plugins + Scripts koboldlink

    Hello, mostvanvege! I'm glad that you use my plugin. 1) Regarding the Koboldсpp settings, yes, indeed, in the current version the plugin cannot configure all the settings. I'll pay attention to this in the next version. Can you tell me which settings and for which LLMs you'd like to be able to...
  7. bot1789

    VaM 1.x Fixed VR buttons

    Yes, in VR mode, the DockedUI plugin simply undocks its UI elements and places them either at the World Center or at the position of the selected atom (select it using the "Anchor Mode" popup scroll and click "Reset Position"). You can also adjuste the position using the position and rotation...
  8. bot1789

    VaM 1.x How to replace character keeping its original shape

    Try to use the ky1001.Appearance Loader plugin instead. I personally found it more reliable and convenient than presets.
  9. bot1789

    Plugins + Scripts koboldlink

    bot1789 updated koboldlink with a new update entry: version 21 Read the rest of this update entry...
  10. bot1789

    Plugins + Scripts koboldlink - version 21

    Update: - voice input (STT) using koboldcpp is available (tested with whisper-base.en-q5_1.bin model); - more variables are available for in-game triggers and other plugins (for example, you can use such plugins as 14mhz.UIBinder and HAL9001.LogicBricks2.UI_Sync to display the values of these...
  11. bot1789

    Plugins + Scripts koboldlink

    I'm feel sad that the plugin isn't working for you, although I still cannot figure out the reason. "No entry..." errors are usually caused by an old pref.json file (from a previous version of the plugin) in the [VAM Root Directory]\Custom\PluginData\koboldlink\files folder. Try deleting this...
  12. bot1789

    VaM 1.x Arousal Meter

    I checked the scene you mentioned. You're probably referring to how to indicate the "Arousal level" from the vammoan2teaser plugin in the scene. You can use the UIBinder plugin by 14mhz. Place it in a UIText atom and configure it to display the "Arousal level" parameter (see screen capture...
  13. bot1789

    Scenes First visit (dynamic anim)

    Yes, these are regular UIButton atom triggers. They are not very convenient on desktop but they work correctly on both desktop and VR. If using an UI plugin, I think it's better to use the DockedUI plugin instead of CanvasButton, as it supports both desktop and VR.
  14. bot1789

    Plugins + Scripts koboldlink

    Some problem with the Koboldcpp server. This error typically occurs when Koboldcpp is not running at the specified URL. Ensure the KoboldCpp with an LLM is running. Are you using a local KoboldCPP server (you need to use the URL http://localhost:5001/api/v1/generate to connect to it)?
  15. bot1789

    Plugins + Scripts koboldlink

    bot1789 updated koboldlink with a new update entry: version 20 Read the rest of this update entry...
  16. bot1789

    Plugins + Scripts koboldlink - version 20

    - Event prompt feature added. In-game triggers can send prompts to the AI about events that have occurred in a scene without causing an immediate response from the AI; - Plugin UI minor updates; - Fixes.
  17. bot1789

    VaM 1.x Do Vam Creator Dream of NippleFuck?

    About using CUA, I mean something like what is shown in these videos [Flashlight (Alpha version) by jasik is used], but as far as I know there is no more suitable a CUA with soft body physics yet.
  18. bot1789

    VaM 1.x Do Vam Creator Dream of NippleFuck?

    This has been requested several times, but no one has implemented it yet. Apparently, it is too difficult within the frame of VaM1. Maybe it will be easier to implement something like this in VaM2. As you said, the nipples are static (they cannot be bended or expanded by other atoms), so within...
  19. bot1789

    Plugins + Scripts koboldlink

    Thank you for using the plugin. If the error is not fixed or if you find any other errors, please let me know.
  20. bot1789

    Plugins + Scripts koboldlink

    I think I have managed to fix this bug in the latest version. Although the problem was not with single quote symbols (koboldcpp seems to have no problem with those), but some variants of line breaks. I just forgot to replace them with acceptable symbols in some cases.
Back
Top Bottom