Social Media Content Generator - AI Image Creator avatar

Social Media Content Generator - AI Image Creator

Under maintenance

Pricing

from $26.25 / 1,000 content generateds

Go to Apify Store
Social Media Content Generator - AI Image Creator

Social Media Content Generator - AI Image Creator

Under maintenance

Generate professional social media images with AI for Instagram, Facebook, LinkedIn.

Pricing

from $26.25 / 1,000 content generateds

Rating

5.0

(3)

Developer

viralanalyzer

viralanalyzer

Maintained by Community

Actor stats

1

Bookmarked

16

Total users

4

Monthly active users

11 days ago

Last modified

Categories

Share

AI Image Generator 🎨 FLUX.1 Dev β€” Photorealistic AI Images β€” $0.15/image

View on Apify Store | English | Portugues

Generate stunning photorealistic AI images with FLUX.1 Dev β€” the best open-source text-to-image model (12B parameters by Black Forest Labs). Create social media visuals, marketing assets, YouTube thumbnails, blog headers, and ad creatives from a text prompt.

2-4x cheaper than DALL-E ($0.04-0.08/image) and Midjourney ($0.10+/image). Comparable quality to Stable Diffusion XL at a fraction of the cost.


Features

FeatureDescription
FLUX.1 Dev Model12B parameter model by Black Forest Labs β€” state-of-the-art photorealistic generation
3 Aspect RatiosLandscape 16:9 (1280x720), Square 1:1 (1024x1024), Portrait 9:16 (720x1280)
Batch GenerationGenerate up to 10 unique images per prompt in a single run
Tunable QualityControl inference steps (10-50) and guidance scale (1-10) for speed vs quality tradeoff
512-1920pxConfigurable resolution across all aspect ratios
Cloud GPURuns on NVIDIA A100 via ZeroGPU β€” no local GPU needed, no setup
PNG OutputLossless PNG stored in Apify Key-Value Store with public URLs

Pricing

UsageCostvs DALL-E 3vs Midjourney
1 image$0.15$0.04-0.08 (similar)$0.10+ (2x more)
10 images$0.50$0.40-0.80$1.00+
100 images$5.00$4.00-8.00$10.00+
1,000 images$50.00$40-80$100+

1 free image on first run β€” try before you buy. Pay-per-event: you only pay for successfully generated images.

Input Parameters

ParameterTypeDefaultDescription
promptstringrequiredImage description. Be specific: subject, style, lighting, mood
aspectRatioselect"16:9"16:9 (landscape), 1:1 (square), 9:16 (portrait/stories)
imageCountinteger1Images to generate (1-10). Same prompt, unique results
stepsinteger28Inference steps. More = better quality, slower. 28 is optimal
guidancenumber3.5Prompt adherence. 3.5 recommended. Higher = more literal
huggingfaceTokenstringβ€”Optional HuggingFace token for faster queue

Input Examples

Social Media Post (Square)

{
"prompt": "Minimalist flat lay of a laptop, coffee cup, and notebook on a marble desk, soft natural lighting, Instagram aesthetic, 4K",
"aspectRatio": "1:1"
}

YouTube Thumbnail (Landscape)

{
"prompt": "A person looking shocked at a computer screen showing stock charts going up, dramatic lighting, cinematic, photorealistic",
"aspectRatio": "16:9",
"steps": 35
}

Instagram/TikTok Story (Portrait)

{
"prompt": "Beautiful Brazilian beach at sunset with palm trees silhouettes, vibrant orange and purple sky, waves crashing, dreamy atmosphere",
"aspectRatio": "9:16"
}

Output

FieldDescription
imageUrlPublic URL to generated PNG image
promptPrompt used for generation
aspectRatioAspect ratio used
widthImage width in pixels
heightImage height in pixels
stepsInference steps used
guidanceGuidance scale used
imageNumberImage index (for batch runs)
sizeKBFile size in KB
modelFLUX.1 Dev
ppeChargedWhether PPE was charged
ppeReasonowner, trial, or paid

Pipeline: Text β†’ Image β†’ Video β†’ 4K

Combine with other ViralAnalyzer actors for a complete media pipeline:

1. AI Image Generator β†’ FLUX.1 Dev image ($0.15)
2. [Video Generator](https://apify.com/viralanalyzer/ai-video-generator) β†’ Wan2.2 animation ($0.15)
3. [Media Enhancer](https://apify.com/viralanalyzer/review-analyzer-image-generator) β†’ 4K upscale ($0.20)
4. [Music Generator](https://apify.com/viralanalyzer/ai-music-generator) β†’ Background track ($0.10)
5. [Voice Generator](https://apify.com/viralanalyzer/ai-voice-generator) β†’ Narration ($0.15)
6. [Subtitle Generator](https://apify.com/viralanalyzer/ai-subtitle-generator) β†’ Captions ($0.15)
─────────────────────────────────────
Total: $0.46 for a complete 4K video with music, voice, and subtitles

API Usage

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('viralanalyzer/social-media-content-generator').call({
prompt: 'A futuristic city skyline at sunset with neon lights, photorealistic, cinematic',
aspectRatio: '16:9',
imageCount: 1,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0].imageUrl); // β†’ PNG URL
from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('viralanalyzer/social-media-content-generator').call(run_input={
'prompt': 'A futuristic city skyline at sunset with neon lights, photorealistic, cinematic',
'aspectRatio': '16:9',
'imageCount': 1,
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items[0]['imageUrl']) # β†’ PNG URL

Portugues

Gere imagens fotorrealistas com IA usando FLUX.1 Dev β€” o melhor modelo text-to-image open-source (12B parametros da Black Forest Labs). Crie visuais para redes sociais, marketing, thumbnails YouTube, headers de blog e anuncios a partir de um prompt de texto.

2-4x mais barato que DALL-E ($0.04-0.08) e Midjourney ($0.10+).

Precos

UsoCusto
1 imagem$0.15
10 imagens$0.50
100 imagens$5.00

1 imagem gratis na primeira execucao.

Parametros

ParametroTipoPadraoDescricao
promptstringobrigatorioDescricao da imagem. Seja especifico: assunto, estilo, iluminacao
aspectRatioselect"16:9"16:9 (paisagem), 1:1 (quadrado), 9:16 (retrato/stories)
imageCountinteger1Imagens para gerar (1-10). Mesmo prompt, resultados unicos
stepsinteger28Passos de inferencia (mais = melhor, mais lento)
guidancenumber3.5Aderencia ao prompt. 3.5 recomendado

Pipeline Completo

Imagem (FLUX.1) β†’ Video (Wan2.2) β†’ 4K (Real-ESRGAN) β†’ Musica β†’ Voz β†’ Legenda
$0.15 $0.15 $0.06 $0.10 $0.15 $0.15
────────────────────────────────────────────────────────────────────────────────
Total: $0.46 por video 4K completo com musica, voz e legendas

Exemplo

{
"prompt": "Praia brasileira ao por do sol com palmeiras, ceu vibrante, cinematografico, fotorrealista",
"aspectRatio": "9:16"
}