update screenshots
49
README.md
|
|
@ -50,33 +50,60 @@ The AUR package automatically handles installation, desktop integration, and sys
|
|||
|
||||
## Screenshots
|
||||
|
||||
<!-- markdownlint-disable MD033 MD022 -->
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
|
||||
### Download & Setup
|
||||
|
||||
<img src="screenshots/download.png" alt="Download Interface" width="600">
|
||||
<img src="screenshots/download.png" alt="Download Interface" width="400">
|
||||
|
||||
</td>
|
||||
<td width="50%">
|
||||
|
||||
### Model Launch Configuration
|
||||
|
||||
<img src="screenshots/launch.png" alt="Launch Configuration" width="600">
|
||||
<img src="screenshots/launch.png" alt="Launch Configuration" width="400">
|
||||
|
||||
### Terminal Output
|
||||
|
||||
<img src="screenshots/terminal.png" alt="Terminal Interface" width="600">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
|
||||
### Text Generation
|
||||
|
||||
<img src="screenshots/text-story.png" alt="Text Story Generation" width="600">
|
||||
<img src="screenshots/text-story.png" alt="Text Story Generation" width="400">
|
||||
|
||||
</td>
|
||||
<td width="50%">
|
||||
|
||||
### Image Generation
|
||||
|
||||
<img src="screenshots/gen-img.png" alt="Image Generation" width="600">
|
||||
<img src="screenshots/gen-img.png" alt="Image Generation" width="400">
|
||||
|
||||
### Seamless SillyTavern integration
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
|
||||
<img src="screenshots/sillytavern.png" alt="SillyTavern integration" width="600">
|
||||
### SillyTavern integration
|
||||
|
||||
### Seamless OpenWebUI integration
|
||||
<img src="screenshots/sillytavern.png" alt="SillyTavern integration" width="400">
|
||||
|
||||
<img src="screenshots/openwebui.png" alt="SillyTavern integration" width="600">
|
||||
</td>
|
||||
<td width="50%">
|
||||
|
||||
### OpenWebUI integration
|
||||
|
||||
<img src="screenshots/openwebui.png" alt="OpenWebUI integration" width="400">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- markdownlint-enable MD033 MD022 -->
|
||||
|
||||
### Future features
|
||||
|
||||
|
|
|
|||
BIN
screenshots/download.png
Normal file → Executable file
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 253 KiB |
|
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 157 KiB |
|
|
@ -246,6 +246,7 @@ export const TitleBar = ({
|
|||
style={{
|
||||
borderRadius: 0,
|
||||
margin: 0,
|
||||
outline: 'none',
|
||||
}}
|
||||
>
|
||||
<Settings size="1.25rem" />
|
||||
|
|
|
|||