awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
novicezk avatar

novicezk/midjourney-proxy

0
View on GitHub↗
5,330 星标·2,417 分支·Java·Apache-2.0·6 次浏览api4midjourney.com↗

Midjourney Proxy

该项目是 Midjourney Discord 机器人的 REST API 代理和网关。它作为一个包装器,将标准 API 调用转换为 Discord 消息,从而在无需直接与 Discord 界面交互的情况下实现 AI 图像生成的自动化。

该系统包含一个多账户负载均衡器,可在认证账户池中分配生成任务,以管理速率限制并提高吞吐量。它还具有一个内容过滤代理,用于从提示词中清除敏感词,以及一个通过外部服务将非英语文本转换为英语的翻译层。

该网关涵盖了一系列图像操作,包括生成、混合、描述、放大和细化视觉效果。访问通过密钥认证进行管理,系统提供任务进度追踪以监控异步生成作业的状态。

Features

  • Discord Bot Proxies - Translates standard API calls into Discord messages to trigger and manage image generation workflows.
  • AI Image Generation - Provides a system for sending text prompts and image references to produce AI-generated visual content.
  • AI Image Generation Workflows - Automates the sequence of prompting, blending, and upscaling to create refined AI visuals.
  • Midjourney API Integrations - Connects to Midjourney via an API to automate image generation without using the Discord interface.
  • API Proxies - Exposes Midjourney Discord bot functionality as a REST API for automated image generation.
  • Account-Based Load Balancers - Implements a load balancer that distributes generation tasks across multiple authenticated accounts to bypass rate limits.
  • Account-Based Load Balancers - Distributes image generation tasks across a pool of accounts to handle request limits and increase throughput.
  • Discord AI - Wraps Discord AI bot functionality to translate API requests into bot messages.
  • Discord Bot Proxying - Routes traffic to Discord services to bypass connectivity issues and manage multiple authenticated accounts.
  • Traffic Routing - Acts as a proxy that routes API requests to Discord services to automate image generation.
  • Account-Based Request Routing - Routes image generation requests across a pool of authenticated accounts to manage rate limits.
  • Account Queue Managers - Distributes requests across a pool of authenticated accounts using configurable queues to manage load and limits.
  • Translation Services - Uses third-party translation services to ensure non-English prompts are compatible with the generation engine.
  • Prompt Translation Automation - Converts non-English prompts into English using external services before sending them to the engine.
  • Image Blending - Allows combining multiple images into a single composition or generating text descriptions from image inputs.
  • Sensitive Word Filters - Provides a security layer that scrubs sensitive words from prompts to ensure content compliance.
  • Translation API Integrations - Integrates with external translation services to convert user prompts into English before image generation.
  • Generative Image Refinement - Performs upscale and reroll operations to iterate on and improve the quality of generated results.
  • Shared Secret Keys - Restricts access to the proxy interface using a shared secret key for request validation.
  • Task Status Polling - Tracks the progress of asynchronous image generation jobs by polling task identifiers.
  • Prompt Content Filters - Scans prompts for prohibited terms and applies overrides to ensure compliance before processing.
  • Task Progress Monitors - Provides a system to track the real-time progress and status of asynchronous image generation jobs.

Star 历史

novicezk/midjourney-proxy 的 Star 历史图表novicezk/midjourney-proxy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Midjourney Proxy 的开源替代方案

相似的开源项目,按与 Midjourney Proxy 的功能重合度排序。
  • deanxv/coze-discord-proxydeanxv 的头像

    deanxv/coze-discord-proxy

    3,796在 GitHub 上查看↗

    This project is a Discord bot API gateway that converts bot interfaces into standard RESTful endpoints. It functions as a protocol-translation gateway, allowing programmatic access to language models and tools through an industry-compatible API. The system manages LLM rate limits by distributing incoming requests across a pool of multiple bot accounts to bypass platform throttling and increase overall throughput. It ensures session privacy through multi-user session isolation, mapping individual conversations to dedicated threads to prevent context leakage. The gateway includes capabilities

    Go
    在 GitHub 上查看↗3,796
  • mylxsw/aideamylxsw 的头像

    mylxsw/aidea

    6,931在 GitHub 上查看↗

    Aidea is a cross-platform AI client and self-hosted infrastructure project. It consists of a Flutter application and a containerized backend system designed to provide a unified interface for interacting with large language models and AI image generation services. The project functions as a self-hosted AI gateway, allowing users to manage and deploy private instances of language and image models on their own hardware. This architecture enables the routing of diverse data queries through a standardized API gateway to multiple AI providers while maintaining control over data storage and server

    Dart
    在 GitHub 上查看↗6,931
  • abdullahalfaraj/auto-photoshop-stablediffusion-pluginAbdullahAlfaraj 的头像

    AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin

    7,262在 GitHub 上查看↗

    This project is a plugin for Photoshop that integrates Stable Diffusion backends, allowing users to generate and edit AI images directly within the graphic design workspace. It serves as an interface bridge between the image editor and remote GPU workers to perform generative tasks without requiring local hardware power. The plugin specifically provides connection layers for Automatic1111 and ComfyUI backends. This enables the execution of text-to-image generation, inpainting, and outpainting operations on the design canvas by communicating with these external engines via an API. The system

    TypeScriptaiai-artart
    在 GitHub 上查看↗7,262
  • dooy/chatgpt-web-midjourney-proxyDooy 的头像

    Dooy/chatgpt-web-midjourney-proxy

    6,753在 GitHub 上查看↗

    This project is a multimodal AI proxy and content generation hub that provides a unified web interface for interacting with multiple large language models and generative AI services. It functions as a secure API access gateway, routing requests from a single dashboard to various external AI backends using configurable base URLs and API keys. The platform is delivered as a cross-platform progressive web application, allowing for installation on Linux, Windows, and MacOS. It distinguishes itself by consolidating text, image, audio, and video generative controls into a standardized interface, su

    JavaScriptchatgpt-uifal-aiflux
    在 GitHub 上查看↗6,753
查看 Midjourney Proxy 的所有 30 个替代方案→

常见问题解答

novicezk/midjourney-proxy 是做什么的?

该项目是 Midjourney Discord 机器人的 REST API 代理和网关。它作为一个包装器,将标准 API 调用转换为 Discord 消息,从而在无需直接与 Discord 界面交互的情况下实现 AI 图像生成的自动化。

novicezk/midjourney-proxy 的主要功能有哪些?

novicezk/midjourney-proxy 的主要功能包括:Discord Bot Proxies, AI Image Generation, AI Image Generation Workflows, Midjourney API Integrations, API Proxies, Account-Based Load Balancers, Discord AI, Discord Bot Proxying。

novicezk/midjourney-proxy 有哪些开源替代品?

novicezk/midjourney-proxy 的开源替代品包括: deanxv/coze-discord-proxy — This project is a Discord bot API gateway that converts bot interfaces into standard RESTful endpoints. It functions… mylxsw/aidea — Aidea is a cross-platform AI client and self-hosted infrastructure project. It consists of a Flutter application and a… abdullahalfaraj/auto-photoshop-stablediffusion-plugin — This project is a plugin for Photoshop that integrates Stable Diffusion backends, allowing users to generate and edit… dooy/chatgpt-web-midjourney-proxy — This project is a multimodal AI proxy and content generation hub that provides a unified web interface for interacting… modelcontextprotocol/inspector — The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface… ipfs/kubo — Kubo is a peer-to-peer implementation of the InterPlanetary File System (IPFS) designed for decentralized data storage…