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
820fad9d2f
commit
7dfa6189d6
1 changed files with 4 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ export const WelcomeScreen = ({ onGetStarted }: WelcomeScreenProps) => (
|
||||||
<Text component="span" fw={500}>
|
<Text component="span" fw={500}>
|
||||||
Generate images
|
Generate images
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
- Create artwork and illustrations with AI image models
|
- Easily create artwork and illustrations with LLMs
|
||||||
</Text>
|
</Text>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
<List.Item>
|
<List.Item>
|
||||||
|
|
@ -75,16 +75,14 @@ export const WelcomeScreen = ({ onGetStarted }: WelcomeScreenProps) => (
|
||||||
<Text component="span" fw={500}>
|
<Text component="span" fw={500}>
|
||||||
Hardware acceleration
|
Hardware acceleration
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
- Supports CUDA, ROCm, Vulkan, CLBlast and CPU backends for
|
- Supports CUDA, ROCm, Vulkan and CLBlast backends
|
||||||
faster inference
|
|
||||||
</Text>
|
</Text>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
</List>
|
</List>
|
||||||
|
|
||||||
<Text size="xs" c="dimmed" ta="center" mt="sm">
|
<Text size="xs" c="dimmed" ta="center" mt="sm">
|
||||||
Note: Hardware acceleration requires appropriate drivers to be
|
Hardware acceleration requires appropriate drivers to be manually
|
||||||
manually installed by the user (CUDA for NVIDIA GPUs, ROCm for AMD
|
installed (CUDA for NVIDIA GPUs, ROCm for AMD GPUs, etc.)
|
||||||
GPUs, etc.)
|
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue