add
This commit is contained in:
parent
09b48f26f6
commit
cf68ff33f3
@ -55,4 +55,4 @@ jobs:
|
||||
username: bagher
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: |
|
||||
docker service update -d --image ${{ env.IMAGE }} --force --with-registry-auth generative
|
||||
docker service update -d --image ${{ env.IMAGE }} --force --with-registry-auth generative_front
|
||||
|
||||
@ -86,21 +86,38 @@ export default function TextImagePanel() {
|
||||
<Input bgColor={"white"} {...register("seed")} />
|
||||
</FormControl>
|
||||
</HStack>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={BsBarChartSteps}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>تعداد مراحل استنتاج</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("inference")} />
|
||||
</FormControl>
|
||||
<HStack>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={BsBarChartSteps}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>تعداد مراحل استنتاج</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("inference")} />
|
||||
</FormControl>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={FaDraft2Digital}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>تعداد</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("number")} />
|
||||
</FormControl>
|
||||
</HStack>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
@ -116,21 +133,6 @@ export default function TextImagePanel() {
|
||||
</HStack>
|
||||
<Textarea bgColor={"white"} {...register("prompt")} />
|
||||
</FormControl>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={FaDraft2Digital}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>تعداد</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("number")} />
|
||||
</FormControl>
|
||||
<Button p={"20px"} colorScheme="pink" leftIcon={<FaPlay />} type="submit">
|
||||
اجرا
|
||||
</Button>
|
||||
|
||||
@ -66,21 +66,38 @@ export default function TextVideoPanel() {
|
||||
<Input bgColor={"white"} />
|
||||
</FormControl>
|
||||
</HStack>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={TbArrowGuide}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>مقیاس راهنمایی</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("scale")} />
|
||||
</FormControl>
|
||||
<HStack>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={TbArrowGuide}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>مقیاس راهنمایی</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("scale")} />
|
||||
</FormControl>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={FaDraft2Digital}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>تعداد</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("number")} />
|
||||
</FormControl>
|
||||
</HStack>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
@ -96,21 +113,6 @@ export default function TextVideoPanel() {
|
||||
</HStack>
|
||||
<Textarea bgColor={"white"} {...register("prompt")} />
|
||||
</FormControl>
|
||||
<FormControl as={VStack} alignItems={"start"}>
|
||||
<HStack alignItems={"start"}>
|
||||
<Icon
|
||||
as={FaDraft2Digital}
|
||||
bgColor={"gray.200"}
|
||||
borderRadius={"50%"}
|
||||
p={"5px"}
|
||||
fontSize={"25px"}
|
||||
border={"1px"}
|
||||
borderColor={"gray.300"}
|
||||
/>
|
||||
<FormLabel>تعداد</FormLabel>
|
||||
</HStack>
|
||||
<Input bgColor={"white"} {...register("number")} />
|
||||
</FormControl>
|
||||
<Button p={"20px"} colorScheme="pink" leftIcon={<FaPlay />} type="submit">
|
||||
اجرا
|
||||
</Button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user