-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
84 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,11 @@ export default function Footer() { | |
<SocialButton href="mailto:[email protected]"> | ||
<MdAlternateEmail /> | ||
</SocialButton> | ||
<Text fontSize="lg" fontWeight="bold"> | ||
<Text | ||
display={{ base: "none", sm: "block" }} | ||
fontSize="lg" | ||
fontWeight="bold" | ||
> | ||
Photoshot. | ||
</Text> | ||
</Stack> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
import PageContainer from "@/components/layout/PageContainer"; | ||
import { Text, VStack } from "@chakra-ui/react"; | ||
import Head from "next/head"; | ||
import React from "react"; | ||
|
||
const HowItWorks = () => { | ||
return ( | ||
<PageContainer maxWidth="container.md"> | ||
<Head> | ||
<title>AI Avatar: how it works - Photoshot</title> | ||
</Head> | ||
|
||
<VStack | ||
alignItems="flex-start" | ||
borderRadius="xl" | ||
p={10} | ||
backgroundColor="white" | ||
spacing={4} | ||
> | ||
<Text | ||
fontSize={{ base: "3xl", md: "4xl" }} | ||
fontWeight="extrabold" | ||
as="h1" | ||
> | ||
AI Avatar: how it works? | ||
</Text> | ||
<Text> | ||
Have you heard of Dreambooth? {"It's"} a new AI tool that uses the | ||
stable diffusion model to create avatars that look just like you! The | ||
stable diffusion model is a type of generative model that is used to | ||
create images that are realistic and visually appealing. | ||
</Text> | ||
<Text> | ||
It works by diffusing the generated images through a series of | ||
filters, which smooth out the image and make it more lifelike. This | ||
process is repeated multiple times, with the generated images becoming | ||
increasingly smooth and realistic with each iteration. Dreambooth uses | ||
the stable diffusion model to create avatars that look like you, based | ||
on a set of input data. | ||
</Text> | ||
<Text> | ||
{"It's"} trained on a large dataset of images, and uses this training | ||
to generate new images that are similar to the ones in the dataset. | ||
The discriminator is used to determine whether the generated images | ||
are real or fake. One of the benefits of Dreambooth is that it can | ||
create high-quality avatars with relatively little training data. This | ||
makes it a great option for situations where there is a limited amount | ||
of data available, or when the data is too large to be processed by | ||
traditional generative models. | ||
</Text> | ||
<Text> | ||
Overall, Dreambooth is a powerful AI tool that uses the stable | ||
diffusion model to create avatars that look just like you. Its use of | ||
diffusion to smooth out and refine the generated images makes it an | ||
effective and efficient alternative to traditional generative models. | ||
So, it has the potential to revolutionize the way we create avatars | ||
and could have a wide range of applications in fields such as computer | ||
graphics, machine learning, and more. | ||
</Text> | ||
</VStack> | ||
</PageContainer> | ||
); | ||
}; | ||
|
||
export default HowItWorks; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6b12df1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
photoshot – ./
photoshot.vercel.app
photoshot-shinework.vercel.app
www.photoshot.app
photoshot-git-main-shinework.vercel.app
photoshot.app