forked from mito-systems/sol-mem-gen
update prices
This commit is contained in:
parent
b432d8bd3a
commit
ab2016183e
@ -16,19 +16,19 @@ export const FLUX_MODELS: FluxModelConfig[] = [
|
|||||||
modelId: "fal-ai/flux/schnell",
|
modelId: "fal-ai/flux/schnell",
|
||||||
name: "Schnell",
|
name: "Schnell",
|
||||||
description: "Fast meme generator",
|
description: "Fast meme generator",
|
||||||
cost: 5 // update to 500 MTM
|
cost: 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
modelId: "fal-ai/recraft-v3",
|
modelId: "fal-ai/recraft-v3",
|
||||||
name: "Recraft",
|
name: "Recraft",
|
||||||
description: "Advanced meme generator",
|
description: "Advanced meme generator",
|
||||||
cost: 6 // update to ?
|
cost: 400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
modelId: "fal-ai/stable-diffusion-v35-large",
|
modelId: "fal-ai/stable-diffusion-v35-large",
|
||||||
name: "Marquee",
|
name: "Marquee",
|
||||||
description: "Best meme generator",
|
description: "Best meme generator",
|
||||||
cost: 10 //update to more
|
cost: 500
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user