Home
Softono
a

anil-matcha

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
4

Software by anil-matcha

Free-AI-Social-Media-Scheduler
Open Source

Free-AI-Social-Media-Scheduler

# Free AI Social Media Scheduler [![Stars](https://img.shields.io/github/stars/Anil-matcha/Free-AI-Social-Media-Scheduler?style=flat-square)](https://github.com/Anil-matcha/Free-AI-Social-Media-Scheduler/stargazers) [![License: MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg)](LICENSE) [![Next.js](https://img.shields.io/badge/Next.js-16-black?style=flat-square&logo=next.js)](https://nextjs.org) A free, open-source AI social media scheduler built with Next.js. Upload videos, schedule posts, and publish directly to YouTube and TikTok β€” no subscription required. Self-hostable alternative to Buffer, Hootsuite, Later, and Sprout Social. ## Related Projects - [Awesome-GPT-Image-2-API-Prompts](https://github.com/Anil-matcha/Awesome-GPT-Image-2-API-Prompts) β€” Curated GPT-Image-2 prompts for generating social media visuals - [Open-AI-UGC](https://github.com/Anil-matcha/Open-AI-UGC) β€” Generate AI UGC video ads to schedule across your social channels - [AI-Influencer-Generator](https://github.com/SamurAIGPT/AI-Influencer-Generator) β€” Create AI influencer content to post on a schedule - [Open-Generative-AI](https://github.com/Anil-matcha/Open-Generative-AI) β€” Free open-source studio for 200+ AI image & video models --- ## Supported Platforms | Platform | Status | |----------|--------| | YouTube | βœ… Live | | TikTok | βœ… Live | | Instagram Reels | πŸ”œ Coming Soon | | Facebook Reels | πŸ”œ Coming Soon | | X (Twitter) | πŸ”œ Coming Soon | | LinkedIn | πŸ”œ Coming Soon | | Threads | πŸ”œ Coming Soon | | Pinterest | πŸ”œ Coming Soon | ## Features - **Video Scheduling** β€” paste a media URL, pick a platform and time, publish automatically - **Multi-account** β€” connect and manage multiple YouTube and TikTok accounts - **YouTube controls** β€” category, privacy (public/private/unlisted), made-for-kids flag - **TikTok controls** β€” privacy, disable comments/duets/stitches - **Credits system** β€” Stripe-powered credits for scheduling posts - **Post history** β€” track scheduled, published, and failed posts with status and published URLs - **Self-hostable** β€” single Next.js app, no microservices, no complex infra ## Tech Stack - **Framework:** Next.js 16 - **Auth:** NextAuth.js (Google OAuth) - **Database:** PostgreSQL + Prisma - **Payments:** Stripe - **AI / Publishing:** MuAPI - **Styling:** Tailwind CSS ## Quick Start ### 1. Clone the repo ```bash git clone https://github.com/Anil-matcha/Free-AI-Social-Media-Scheduler cd Free-AI-Social-Media-Scheduler npm install ``` ### 2. Set up environment variables ```bash cp .env.example .env ``` Fill in `.env`: ```env DATABASE_URL="postgresql://user:password@host:port/dbname?pgbouncer=true" DIRECT_URL="postgresql://user:password@host:port/dbname" NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="your_nextauth_secret" GOOGLE_CLIENT_ID="your_google_client_id" GOOGLE_CLIENT_SECRET="your_google_client_secret" MUAPIAPP_API_KEY="your_muapi_api_key" WEBHOOK_URL="your_webhook_url" STRIPE_SECRET_KEY="your_stripe_secret_key" NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY="your_stripe_publishable_key" STRIPE_WEBHOOK_SECRET="your_stripe_webhook_secret" ``` ### 3. Run migrations and start ```bash npx prisma migrate deploy npm run dev ``` Open [http://localhost:3000](http://localhost:3000). ## Why this over Buffer or Hootsuite? - **Video-first** β€” built specifically for YouTube and TikTok video publishing workflows - **No per-seat pricing** β€” credits model, no $19–$99/month subscription - **Simple to self-host** β€” single Next.js app, runs with one `npm run dev` - **Open source** β€” MIT license, fork and extend freely ## Contributing Open an issue or submit a pull request. Star the repo to stay updated as new platforms launch. ## License MIT License. See [LICENSE](LICENSE) for details.

Workflow Automation Email Marketing Social Media Management
2.1K Github Stars
AI-Voice-Agent
Open Source

AI-Voice-Agent

<p align="center"> <a href="https://github.com/Anil-matcha/awesome-generative-ai-apps"> <img src="https://img.shields.io/badge/Part%20of-Awesome%20Generative%20AI%20Apps-FFD700?style=for-the-badge&logo=github&logoColor=black" alt="Awesome Generative AI Apps"> </a> </p> > 🎨 **[Explore 50+ more open-source AI apps β†’](https://github.com/Anil-matcha/awesome-generative-ai-apps)** # AI-Voice-Agent Self-hosted AI voice agent Open-source AI agent which can handle voice calls and respond back in real-time. Can be used for many use-cases such as sales calls, customer support etc. ### Youtube Tutorial -> https://youtu.be/77xnx26dyYU ### Medium Article -> https://medium.com/@anilmatcha/ai-voice-agent-how-to-build-one-in-minutes-a-comprehensive-guide-032a79a1ac1e ### Requirements Python 3.11 Deepgram and OpenAI key ### Steps to run Open .env file and setup Deepgram and OpenAI api key Create a virtualenv and install depends from requirements.txt using below command pip install -r requirements.txt Run the app using below command python app.py

Communication AI Agents
144 Github Stars
seedance2-comfyui
Open Source

seedance2-comfyui

# Seedance 2.0 ComfyUI Nodes > **ComfyUI custom nodes for Seedance 2.0** β€” the state-of-the-art video generation model by ByteDance. > Generate stunning AI videos directly inside ComfyUI using the [muapi.ai](https://muapi.ai) API. > If you wish to check the api documentation check this [Seedance 2.0 api](https://github.com/Anil-matcha/Seedance-2.0-API) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![ComfyUI](https://img.shields.io/badge/ComfyUI-Custom%20Node-blue)](https://github.com/comfyanonymous/ComfyUI) [![Seedance 2.0](https://img.shields.io/badge/Model-Seedance%202.0-green)](https://muapi.ai) --- ## Related Projects - [seedance-2-generator](https://github.com/SamurAIGPT/seedance-2-generator) β€” Ready-made Next.js SaaS built on Seedance 2 β€” no ComfyUI needed - [seedance-2.0-watermark-remover](https://github.com/SamurAIGPT/seedance-2.0-watermark-remover) β€” Remove watermarks from your Seedance 2 outputs - [n8n-nodes-seedance2](https://github.com/Anil-matcha/n8n-nodes-seedance2) β€” Automate Seedance 2 generation in n8n workflows - [muapi-comfyui](https://github.com/SamurAIGPT/muapi-comfyui) β€” ComfyUI nodes for 100+ MuAPI models including Seedance ## What is Seedance 2.0? Seedance 2.0 is ByteDance's latest video generation model, capable of producing high-quality, photorealistic videos from text prompts or reference images. It supports: - **Text-to-Video** β€” generate video from a text description - **Image-to-Video** β€” animate up to 9 reference images with motion guidance - **Omni Reference** β€” combine images, video clips, and audio as multi-modal reference inputs - **Video Extend** β€” seamlessly extend any generated video - **Consistent Character** β€” generate a 4K multi-panel character sheet from reference photos; use `@character:<id>` inline in any prompt, or wire the sheet image directly into **Consistent Character Video** for tighter face fidelity --- ## Nodes | Node | Description | |------|-------------| | πŸ”‘ Seedance 2.0 API Key | Set your key once β€” wire to all nodes | | 🌱 Seedance 2.0 Text-to-Video | Generate video from a text prompt | | 🌱 Seedance 2.0 Image-to-Video | Animate up to 9 reference images | | 🌱 Seedance 2.0 Omni Reference | Multi-modal: combine images, video clips, and audio | | 🌱 Seedance 2.0 Consistent Character | Generate a 4K character sheet from 1–3 reference photos | | 🌱 Seedance 2.0 Consistent Character Video | Animate a scene with locked character identity from a sheet | | 🌱 Seedance 2.0 Extend | Extend a previously generated video | | 🌱 Seedance 2.0 Save Video | Download URL β†’ disk + ComfyUI IMAGE frames | --- ## Installation ### Via ComfyUI Manager (recommended) 1. Open **ComfyUI Manager** β†’ **Install via Git URL** 2. Paste: `https://github.com/Anil-matcha/seedance2-comfyui` 3. Restart ComfyUI ### Manual ```bash cd ComfyUI/custom_nodes git clone https://github.com/Anil-matcha/seedance2-comfyui pip install -r seedance2-comfyui/requirements.txt ``` --- ## Quick Start 1. Sign up at [muapi.ai](https://muapi.ai) and go to **Dashboard β†’ API Keys β†’ Create Key** 2. Right-click the ComfyUI canvas β†’ **Add Node** β†’ **🌱 Seedance 2.0** 3. Add a **πŸ”‘ Seedance 2.0 API Key** node, paste your key, and wire its output to any generation node 4. Write a prompt and hit **Queue Prompt** > **Tip:** If you use the [MuAPI CLI](https://github.com/SamurAIGPT/muapi-cli), run `muapi auth configure --api-key YOUR_KEY` once and all nodes will pick it up automatically β€” no need to paste the key anywhere. --- ## Node Reference ### πŸ”‘ Seedance 2.0 API Key Set your muapi.ai API key once and wire the output to all generation nodes. Alternatively, leave every `api_key` field blank β€” nodes automatically read from `~/.muapi/config.json` if you've authenticated via the CLI. --- ### 🌱 Seedance 2.0 Text-to-Video Generate a video from a text description. | Field | Values | Default | |-------|--------|---------| | `api_key` | Optional β€” leave blank if using the API Key node or CLI config | β€” | | `prompt` | Text describing the video | β€” | | `aspect_ratio` | 16:9 / 9:16 / 4:3 / 3:4 | 16:9 | | `quality` | basic / high | basic | | `duration` | 5 / 10 / 15 seconds | 5 | **Outputs:** `video_url` Β· `first_frame` (IMAGE) Β· `request_id` --- ### 🌱 Seedance 2.0 Image-to-Video Animate reference images into a video. Connect up to 9 images via `image_1` … `image_9` and reference them in the prompt using `@image1` … `@image9`. **Example prompt:** ``` The cat in @image1 walks gracefully through a sunlit garden. @image1 transforms into @image2 with a smooth dissolve transition. ``` --- ### 🌱 Seedance 2.0 Omni Reference Multi-modal video generation that combines images, video clips, and audio clips as reference material alongside a text prompt. Use `@image1`…`@image9`, `@video1`…`@video3`, and `@audio1`…`@audio3` to reference media in the prompt. **Example prompt:** ``` A person @image1 walking on the beach at sunset, cinematic lighting, with @audio1 as background music. ``` | Field | Values | Default | |-------|--------|---------| | `prompt` | Text with optional `@imageN`, `@videoN`, `@audioN` references | β€” | | `aspect_ratio` | 21:9 / 16:9 / 4:3 / 1:1 / 3:4 / 9:16 | 16:9 | | `duration` | 4 – 15 seconds (integer) | 5 | | `image_1` … `image_9` | Optional β€” ComfyUI IMAGE tensors (auto-uploaded) | β€” | | `video_url_1` … `video_url_3` | Optional β€” MP4 URL (max 15s each) | β€” | | `audio_url_1` … `audio_url_3` | Optional β€” MP3/WAV URL (total max 15s) | β€” | **Outputs:** `video_url` Β· `first_frame` (IMAGE) Β· `request_id` --- ### 🌱 Seedance 2.0 Consistent Character Generate a 4K / 21:9 multi-panel character sheet (front, back, side profile, action pose, facial expressions, accessories) from 1–3 reference photos of a real person. | Field | Description | |-------|-------------| | `image_1` … `image_3` | Reference photos of the person (at least 1 required; clear frontal/3-4 angle shots work best) | | `outfit_description` | Describe the desired outfit/style for the character | **Outputs:** | Output | Type | Description | |--------|------|-------------| | `sheet_image` | IMAGE | Character sheet as a ComfyUI tensor β€” wire directly into Consistent Character Video | | `sheet_url` | STRING | CDN URL of the character sheet image | | `character_id` | STRING | `request_id` of this generation β€” use as `@character:<id>` in T2V/I2V/Omni prompts | **Recommended workflow β€” wire `sheet_image` into Consistent Character Video:** ``` [LoadImage] ──→ [🌱 Consistent Character] ──(sheet_image)──→ [🌱 Consistent Character Video] [outfit_description] (sheet_url) [scene prompt] ``` **Alternative β€” use `@character:<id>` in any prompt (simpler but looser face fidelity):** ``` [🌱 Consistent Character] character_id ──→ (paste into prompt) ──→ [🌱 Text-to-Video] T2V prompt: "@character:{character_id} rides a motorcycle through a neon-lit city at night" ``` --- ### 🌱 Seedance 2.0 Consistent Character Video Generate a video scene with locked character identity. Anchors on the character sheet image as `@image1` for maximum face/identity preservation. Connect `sheet_image` (or paste `sheet_url`) from the **Consistent Character** node. | Field | Description | |-------|-------------| | `prompt` | Scene description. `@image1` refers to the character sheet and is auto-prepended if omitted. | | `sheet_image` | IMAGE tensor from Consistent Character (preferred) | | `sheet_url` | Paste the sheet URL if you don't have the tensor | | `scene_image_2`, `scene_image_3` | Optional extra scene/background images (referenced as `@image2`, `@image3`) | | `aspect_ratio` | 16:9 / 9:16 / 4:3 / 3:4 | | `quality` | basic / high | | `duration` | 5 / 10 / 15 seconds | **Outputs:** `video_url` Β· `first_frame` (IMAGE) Β· `request_id` **Example prompt:** ``` @image1 walks through a rain-soaked neon city, cinematic slow motion ``` --- ### 🌱 Seedance 2.0 Extend Continue any completed Seedance 2.0 video. Connect the `request_id` output from a generation node. | Field | Description | |-------|-------------| | `request_id` | From a completed T2V or I2V generation | | `prompt` | Optional β€” guide the continuation | | `quality` | basic / high | | `duration` | 5 / 10 / 15 seconds to add | --- ### 🌱 Seedance 2.0 Save Video Downloads the generated video to ComfyUI's output folder and returns all frames as an IMAGE tensor for use with other nodes (preview, VHS, upscale, etc.). --- ## Example Workflows Load any `.json` file from this repo via **File β†’ Load** in ComfyUI. | File | Description | |------|-------------| | `Seedance2_T2V_Example.json` | Basic text-to-video generation | | `Seedance2_ConsistentCharacter_Example.json` | Full consistent character workflow: reference photo β†’ character sheet β†’ video | **Text-to-Video:** ``` [πŸ”‘ API Key] ──────────────────────────────────┐ ↓ [🌱 Text-to-Video] β†’ video_url β†’ [🌱 Save Video] β†’ frames β†’ [Preview Image] ``` **Consistent Character:** ``` [πŸ”‘ API Key] ─────────────────────────────────────────────────────────────┐ ↓ [LoadImage] β†’ [🌱 Consistent Character] β†’ sheet_image β†’ [🌱 Consistent Character Video] β†’ [🌱 Save Video] [outfit_description] ↓ [scene prompt] [Preview Image] ↓ (character sheet) [Preview Image] (first frame) ``` --- ## API This node pack uses the **muapi.ai** API under the hood: - **T2V:** `POST https://api.muapi.ai/api/v1/seedance-v2.0-t2v` - **I2V:** `POST https://api.muapi.ai/api/v1/seedance-v2.0-i2v` - **Omni:** `POST https://api.muapi.ai/api/v1/seedance-2.0-omni-reference` - **Character:** `POST https://api.muapi.ai/api/v1/seedance-2-character` - **Extend:** `POST https://api.muapi.ai/api/v1/seedance-v2.0-extend` - **Poll:** `GET https://api.muapi.ai/api/v1/predictions/{id}/result` - **Upload:** `POST https://api.muapi.ai/api/v1/upload_file` Authentication is a single `x-api-key` header β€” no session tokens required. --- ## Requirements - Python β‰₯ 3.8 - `requests` β‰₯ 2.28 Β· `Pillow` β‰₯ 9.0 Β· `numpy` β‰₯ 1.23 Β· `torch` β‰₯ 2.0 Β· `opencv-python` β‰₯ 4.7 --- ## Want More Models? This repo is focused on Seedance 2.0 only. If you need access to **100+ models** β€” Kling, Veo3, Flux, HiDream, GPT-image-1.5, Imagen4, Wan, lipsync, audio, image enhancement and more β€” check out the full MuAPI ComfyUI node pack: **[SamurAIGPT/muapi-comfyui](https://github.com/SamurAIGPT/muapi-comfyui)** β€” ComfyUI nodes for every muapi.ai model in one place. --- ## License MIT Β© 2026

AI & Machine Learning Media
193 Github Stars
n8n-nodes-seedance2
Open Source

n8n-nodes-seedance2

# n8n-nodes-seedance2: ByteDance Seedance 2.0 AI Video Generation Node for n8n Integrate **ByteDance Seedance 2.0** into your **n8n** workflows for high-quality **AI video generation**. This community node allows you to automate **Text-to-Video**, **Image-to-Video**, and **Video Extension** directly within your no-code automation pipeline. If you are just looking for Seedance 2.0 api check this [Seedance 2.0 api](https://github.com/Anil-matcha/Seedance-2.0-API) ![Seedance 2.0 n8n Node](https://muapi.ai/muapi-logo.svg) ## Related Projects - [n8n-nodes-muapi](https://github.com/SamurAIGPT/n8n-nodes-muapi) β€” n8n community nodes for 60+ MuAPI models including Seedance - [seedance-2-generator](https://github.com/SamurAIGPT/seedance-2-generator) β€” Ready-made Next.js SaaS for Seedance 2 generation - [seedance2-comfyui](https://github.com/Anil-matcha/seedance2-comfyui) β€” Run Seedance 2 inside ComfyUI ## About This node is a specialized version of the [MuAPI n8n community node](https://github.com/SamurAIGPT/n8n-nodes-muapi), optimized specifically for **Seedance 2.0**. For access to all generative AI models (Flux, Wan, Suno, etc.), please check out the main [n8n-nodes-muapi](https://github.com/SamurAIGPT/n8n-nodes-muapi) repository. ## Why use n8n-nodes-seedance2? Seedance 2.0 is a cutting-edge multimodal video generation model by ByteDance. This node makes it accessible to n8n users, enabling: - **Cinematic AI Video:** Transform text prompts into stunning realistic videos. - **Dynamic Animation:** Animate static images into lifelike sequences. - **AI Video Extension:** Continue existing videos seamlessly with visual and audio consistency. - **Watermark Removal:** Pro-level watermark removal using LaMa AI inpainting. - **Native Audio-Video Sync:** Generate videos with perfectly synced audio. ## Key Features - **Text-to-Video (T2V):** High-resolution video output from simple descriptions. - **Image-to-Video (I2V):** Precise animation of start/end frames. - **Advanced Controls:** Configure aspect ratios (16:9, 9:16, 1:1) and poll settings. - **Watermark Remover:** Automated mask detection and artifact-free inpainting. ## Installation ### For n8n Cloud or Desktop 1. Go to **Settings > Community Nodes**. 2. Click **Install a node**. 3. Enter `n8n-nodes-seedance2`. 4. Click **Install**. ### For Self-Hosted n8n In your n8n installation directory, run: ```bash npm install n8n-nodes-seedance2 ``` ## How to Configure 1. Get your **MuAPI API Key** at [muapi.ai/access-keys](https://muapi.ai/access-keys). 2. Add the **Seedance 2.0** node to your n8n canvas. 3. Create a new credential and paste your API Key. 4. Select your generation category and model. 5. Run the node and automate your content creation! ## Optimized Keywords n8n community node, seedance, seedance 2.0, bytedance, ai video generation, text to video, image to video, generative ai, sora alternative, ai automation, video ai, workflow automation, muapi, byte dance, ai video extension, watermark remover, no code ai, video editor ai, low code automation, multimodal ai --- **Built with ❀️ for the n8n community.** For support, visit [muapi.ai](https://muapi.ai).

LLM Tools & Chat UIs Workflow Automation
30 Github Stars