mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 09:33:10 -07:00
better copy
This commit is contained in:
parent
96b1ecc7be
commit
768cbef20c
1 changed files with 4 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ export const WelcomeScreen = ({ onGetStarted }: WelcomeScreenProps) => (
|
|||
<Text component="span" fw={500}>
|
||||
Generate images
|
||||
</Text>{' '}
|
||||
- Create artwork and illustrations with AI image models
|
||||
- Easily create artwork and illustrations with LLMs
|
||||
</Text>
|
||||
</List.Item>
|
||||
<List.Item>
|
||||
|
|
@ -75,16 +75,14 @@ export const WelcomeScreen = ({ onGetStarted }: WelcomeScreenProps) => (
|
|||
<Text component="span" fw={500}>
|
||||
Hardware acceleration
|
||||
</Text>{' '}
|
||||
- Supports CUDA, ROCm, Vulkan, CLBlast and CPU backends for
|
||||
faster inference
|
||||
- Supports CUDA, ROCm, Vulkan and CLBlast backends
|
||||
</Text>
|
||||
</List.Item>
|
||||
</List>
|
||||
|
||||
<Text size="xs" c="dimmed" ta="center" mt="sm">
|
||||
Note: Hardware acceleration requires appropriate drivers to be
|
||||
manually installed by the user (CUDA for NVIDIA GPUs, ROCm for AMD
|
||||
GPUs, etc.)
|
||||
Hardware acceleration requires appropriate drivers to be manually
|
||||
installed (CUDA for NVIDIA GPUs, ROCm for AMD GPUs, etc.)
|
||||
</Text>
|
||||
</Stack>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue