Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add wallflower styles and ideogram models #217

Merged
merged 1 commit into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions wallflower/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,64 @@
"tag": ["Realism", "Classic", "HD", "Natural"],
"theme": "Realtistic",
"url": "https://tjzk.replicate.delivery/models_models_featured_image/67c990ba-bb67-4355-822f-2bd8c42b2f0d/flux-schnell.webp"
},
{
"aspectRatios": [
"10:16",
"16:10",
"9:16",
"16:9",
"3:2",
"2:3",
"4:3",
"3:4",
"1:1",
"1:3",
"3:1"
],
"category": "Ideogram",
"description": "Ideogram 1.0 generates sharp, detailed images while understanding long, complex prompts.",
"id": "V_1_TURBO",
"name": "Ideogram V1 Turbo",
"nsfw": false,
"pricing": {
"cost": 140,
"costPerAdditional": 140
},
"pseudoDescription": "Ideogram 1.0 generates sharp, detailed images while understanding long, complex prompts.",
"pseudoName": "Ideogram V1 Turbo",
"tag": ["Photorealism", "HD", "Natural", "Text"],
"theme": "Realtistic",
"url": "https://d22e6o9mp4t2lx.cloudfront.net/cms/ideogram_v1_aecc430b97.jpeg"
},
{
"aspectRatios": [
"10:16",
"16:10",
"9:16",
"16:9",
"3:2",
"2:3",
"4:3",
"3:4",
"1:1",
"1:3",
"3:1"
],
"category": "Ideogram",
"description": "Ideogram 2.0 is an AI image model that can create visual content from text, and is designed to address challenges in text rendering and realistic human features",
"id": "V_2_TURBO",
"name": "Ideogram V2 Turbo",
"nsfw": false,
"pricing": {
"cost": 140,
"costPerAdditional": 140
},
"pseudoDescription": "Ideogram 2.0 is an AI image model that can create visual content from text, and is designed to address challenges in text rendering and realistic human features",
"pseudoName": "Ideogram V2 Turbo",
"tag": ["Photorealism", "HD", "Natural", "Text"],
"theme": "Realtistic",
"url": "https://d22e6o9mp4t2lx.cloudfront.net/cms/ideogram_v2_a0ec8bacd4.jpeg"
}
]
}
49 changes: 49 additions & 0 deletions wallflower/styles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"wallflower_styles": [
{
"id": "Anime",
"name": "Anime",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/anime_2e3e465d32.png"
},
{
"id": "Auto",
"name": "Auto",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/auto_548ff6fa18.jpeg"
},
{
"id": "Cartoon",
"name": "Cartoon",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/cartoon_87b80005e2.jpg"
},
{
"id": "Cinematic",
"name": "Cinematic",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/cinematic_92dfbddddc.jpeg"
},
{
"id": "Minimalist",
"name": "Minimalist",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/minimalistic_b1607df473.jpeg"
},
{
"id": "Realistic",
"name": "Realistic",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/realistic_b8b02ad220.webp"
},
{
"id": "Vintage",
"name": "Vintage",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/vintage_a4d3d6202f.webp"
},
{
"id": "Design",
"name": "Design",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/design_a2b8dcd2e2.jpeg"
},
{
"id": "3D",
"name": "3D",
"image": "https://d22e6o9mp4t2lx.cloudfront.net/cms/3d_anime_9af3d6ec6a.jpeg"
}
]
}