Skip to content

Commit

Permalink
Merge pull request #1349 from inkerton/main
Browse files Browse the repository at this point in the history
chore: Tools for image generation added #1227
  • Loading branch information
JasonDsouza212 authored Jul 24, 2023
2 parents 0b544df + 7763f20 commit f49c86e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
49 changes: 49 additions & 0 deletions src/DB/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -3388,6 +3388,55 @@
"link": "https://goku.sx/home",
"description": "This website offers animes, movies, cartoons, series, etc. in HD quality"
},
{
"productName": "PicFinder",
"category": "image_generation",
"image": "https://shorturl.at/fqW69",
"link": "https://picfinder.ai/",
"description": "This website offers infinite image generation using ai."
},
{
"productName": "CutoutPro",
"category": "image_generation",
"image": "https://shorturl.at/cdWX0",
"link": "https://www.cutout.pro/",
"description": "AI powered visual design platform."
},
{
"productName": "ImagineMe",
"category": "image_generation",
"image": "https://shorturl.at/FJ249",
"link": "https://imagineme.ai/",
"description": "AI powered visual design platform."
},
{
"productName": "Pixray",
"category": "image_generation",
"image": "https://shorturl.at/aHY49",
"link": "https://replicate.com/pixray/text2image",
"description": "AI powered visual design platform."
},
{
"productName": "DeepAI",
"category": "image_generation",
"image": "https://shorturl.at/ftvCM",
"link": "https://deepai.org/machine-learning-model/text2img",
"description": "AI powered visual design platform."
},
{
"productName": "Cariyon",
"category": "image_generation",
"image": "https://shorturl.at/aszCS",
"link": "https://www.craiyon.com/",
"description": "Create AI Art with our free AI image generator."
},
{
"productName": "StarryAI",
"category": "image_generation",
"image": "https://shorturl.at/bkOQ4",
"link": "https://starryai.com/",
"description": "Generate art 🎨 simply by describing what you want to see and our Artificial Intelligence transforms your words into art."
},
{
"productName": "Ortus extension",
"category": "extension",
Expand Down
10 changes: 8 additions & 2 deletions src/utils/data/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,17 @@ const ButtonLinks = [
icon: 'ri-tools-fill',
},
{
id: 11,
id: 12,
name: 'Image generation',
category: 'image_generation',
icon: 'ri-tools-fill',
},
{
id: 13,
name: 'Useful Tools',
category: 'tools',
icon: 'ri-tools-fill',
},
}
]

export default ButtonLinks
1 change: 1 addition & 0 deletions src/utils/data/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export const allFilters = [
'coding',
'courses',
'tools',
'image_generation',
]

1 comment on commit f49c86e

@vercel
Copy link

@vercel vercel bot commented on f49c86e Jul 24, 2023

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:

free-hit – ./

free-hit-git-main-jasondsouza212.vercel.app
free-hit-jasondsouza212.vercel.app
free-hit.vercel.app

Please sign in to comment.