Llama
ae215b94d5
ix loading a non-started V1 story json in UI2
...
There was an exception loading or importing a V1 story json into UI2 if
the story had zero actions. Do to incorrect indendation, the V1 load
process would attempt to use an uninitialized temp_story_class variable.
However, even after fixing this, it was impossible to continue playing
the saved story, because it was not possible to submit a blank action
when a story only had a prompt and zero actions. Modify the logic around
the first submission to handle a non-empty initial prompt. This allows
the player to begin playing the loaded game.
2023-01-05 23:42:24 -08:00
somebody
7ff6c409f7
Fix probabilities on UI1
2022-12-21 17:23:35 -06:00
ebolam
f65a5fdacb
Fix for UI1 soft prompt loading
2022-12-21 15:21:24 -05:00
ebolam
1409682427
Fix for some UI1 syncing issues
2022-12-21 13:41:59 -05:00
ebolam
6bb7b4a1b1
Added warning message to UI1 and updated message
2022-12-21 12:58:36 -05:00
ebolam
bc9249adfc
Added one time warning system (Currently used to warn users of new save format)
2022-12-21 12:22:26 -05:00
ebolam
7521091e7c
Changed alt_multi_gen to experimental and UI2 only
2022-12-21 10:25:50 -05:00
ebolam
5315a94dad
vars fix from merge
2022-12-20 21:25:14 -05:00
ebolam
1500d07c38
Merge commit 'refs/pull/352/head' of https://github.com/ebolam/KoboldAI into UI2
2022-12-20 21:24:06 -05:00
ebolam
4b53126d29
Moved functional models (stable diffusion and summarizer) to new directory
2022-12-20 21:17:01 -05:00
ebolam
5df401f56e
Fix for Original UI model load status box not disapearing after loading
...
Fix for gpt2 model load error
Moved horde bridge to a thread using modified bridge code (will be broken until push is accepted into db0's git)
2022-12-20 20:35:21 -05:00
somebody
149ec6b49d
Gracefully report back if horde bans anonymous generation
2022-12-19 20:27:31 -06:00
somebody
8d113bf0aa
Handle no action id
2022-12-19 20:22:33 -06:00
somebody
9ce72e7071
Fix crash when manually generating images
2022-12-19 20:18:41 -06:00
ebolam
2c47982f3b
Merge pull request #349 from one-some/ui2-tpu-fix-again
...
TPU Fix
2022-12-18 18:46:05 -05:00
somebody
338e8b4049
Fix TPU
2022-12-18 16:41:20 -06:00
somebody
bf82f257d1
Remove tpumtjgenerate
...
Dead code as far as I can tell. Now handled in tpu_raw_generate
2022-12-18 15:29:17 -06:00
ebolam
ba0ece7263
Changed story migration behavior to leave v1 stories in place and ignore stories that have a same name folder rather than moving the file to the new structure.
2022-12-18 16:24:36 -05:00
ebolam
c46dd588be
Fix for resetting models
2022-12-18 11:11:51 -05:00
somebody
980f171e18
Disambiguate for cache invalidation
2022-12-17 17:31:12 -06:00
somebody
2a556ea346
small commentator + WI image overhaul
2022-12-17 16:23:39 -06:00
ebolam
c3438268e9
Fix for Original UI to use new save formats/code
2022-12-16 21:17:25 -05:00
ebolam
a7a6c10f6e
Added in image generation for actions (clicking on text will swap image to that generation)
2022-12-14 14:29:51 -05:00
ebolam
b25cc97c40
Added EXIF info on stable diffusion images
2022-12-14 11:15:44 -05:00
somebody
4a4b021132
Fix for newlines on non-torch
...
Kinda sucks for now
2022-12-12 22:58:44 -06:00
somebody
3b23d1f9c8
And the rest
2022-12-12 19:19:28 -06:00
somebody
62d4ed8f3e
Add object_type as a WI parameter
2022-12-12 19:18:48 -06:00
somebody
08cf53ac67
Barebones generatewi backend
2022-12-11 21:30:55 -06:00
somebody
a60f2d3d53
Basic single line support
2022-12-11 21:30:45 -06:00
ebolam
c85252c13c
Merge pull request #335 from one-some/ui2-horde-fixes
...
Fix Hordes
2022-12-11 07:45:09 -05:00
somebody
a480a59b5f
Move to async generation for Stable Horde
2022-12-10 22:31:52 -06:00
somebody
2410734738
Actually say what Horde errors are
2022-12-10 21:48:05 -06:00
somebody
aa674a9e1f
Fix float top-k value in horde
...
This may be from my .v2_settings file from an older generation, but
for some reason my top-k was 0.0 instead of 0, which caused an error in
the API
2022-12-10 21:47:19 -06:00
somebody
99556bf86a
Fix tokenizer and newlinemode for horde
2022-12-10 21:47:05 -06:00
Henk
eeb1774d42
Cleaner implementation of zipfolder
2022-12-10 19:23:08 +01:00
Henk
9a8e8a0005
New pytorch zipfile support
2022-12-10 19:11:07 +01:00
somebody
3f037cda1f
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into ui2-story-review
2022-12-10 10:56:11 -06:00
somebody
0b9fe1c71f
Allow dicts to be synced, auto-upgrade story directories on load
2022-12-09 23:31:49 -06:00
somebody
d31ab1d648
Work on commentators
2022-12-09 23:31:28 -06:00
somebody
e6656d68a1
Move probability visualization to after logitwarpers
2022-12-09 13:47:38 -06:00
ebolam
283a9bed7e
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
2022-12-09 14:43:17 -05:00
ebolam
ae226eaac9
Regression fix on model settings file from United import
2022-12-09 14:42:21 -05:00
somebody
90e13f7f1f
Zero-shot story review prompt thing beginnings
2022-12-08 22:45:26 -06:00
somebody
774c46e6a8
Fix generating before first core generate
2022-12-08 22:44:03 -06:00
somebody
97a623ecb0
Fix welcome issue when switching from united to ui2
2022-12-08 18:42:49 -06:00
ebolam
a140ce1f85
Fix for United Merge error
...
Test of tortoise TTS code (framework for any slower TTS engine)
2022-12-07 15:12:57 -05:00
ebolam
c1cea71ed6
Merge commit 'refs/pull/331/head' of https://github.com/ebolam/KoboldAI into UI2
2022-12-07 12:04:42 -05:00
ebolam
fcacd53b62
Fix for long prompt audio generation
2022-12-06 18:58:27 -05:00
ebolam
430be39fca
Final working token probability storage/transmit to UI.
2022-12-06 17:49:36 -05:00
ebolam
93890b9034
Alt generate mode is enabled. Each generation will be sequential allowing for lower VRAM usage at potentially slower generation time
2022-12-06 10:06:24 -05:00