1
0
Fork 0

fix(gui): switch default platform to AMD

This commit is contained in:
Sean Sube 2023-01-06 10:45:30 -06:00
parent a950343f1b
commit 29c49085ce
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export function Txt2Img(props: Txt2ImgProps) {
height: 512, height: 512,
}); });
const [scheduler, setScheduler] = useState('euler-a'); const [scheduler, setScheduler] = useState('euler-a');
const [platform, setPlatform] = useState('cpu'); const [platform, setPlatform] = useState('amd');
return <Box> return <Box>
<Stack spacing={2}> <Stack spacing={2}>