Skip to content

Commit

Permalink
V6.5 Upgrade | Merge PR #93 from dev
Browse files Browse the repository at this point in the history
## New Features:
- Rewritten Prompt Templates from scratch with some new ones
- Full Kanojo and Prompt template working system
- Text Streaming
- New model for image uploading with X5 speed-up

## Beta Features:
- Creator Studio Freeform

## Bug fixes:
- Audio route is not working
- History management and Saving logic fixed. Cookie loading is available as a request
- Faster full-stack loading, and all images are now in WebP
- Additional stability improvements

## Removed Stuff:
- Removed support for Electron App
  • Loading branch information
yukiarimo authored Jun 22, 2024
2 parents 4c9f8a4 + 1f8c053 commit de62545
Show file tree
Hide file tree
Showing 51 changed files with 1,978 additions and 16,874 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ static/img/art/*
!static/img/art/art_template.png
static/audio/*
!static/audio/README.md
.DS_Store
.DS_Store
llama.log
30 changes: 0 additions & 30 deletions app/electron/forge.config.js

This file was deleted.

Binary file removed app/electron/icons/mac/icon.icns
Binary file not shown.
Binary file removed app/electron/icons/png/1024x1024.png
Binary file not shown.
Binary file removed app/electron/icons/png/128x128.png
Binary file not shown.
Binary file removed app/electron/icons/png/16x16.png
Binary file not shown.
Binary file removed app/electron/icons/png/24x24.png
Binary file not shown.
Binary file removed app/electron/icons/png/256x256.png
Binary file not shown.
Binary file removed app/electron/icons/png/32x32.png
Binary file not shown.
Binary file removed app/electron/icons/png/48x48.png
Binary file not shown.
Binary file removed app/electron/icons/png/512x512.png
Binary file not shown.
Binary file removed app/electron/icons/png/64x64.png
Binary file not shown.
Binary file removed app/electron/icons/win/icon.ico
Binary file not shown.
Loading

0 comments on commit de62545

Please sign in to comment.