承接 chatgpt-x-hub/chat-x-midjourney-proxy 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

chatgpt-x-hub/chat-x-midjourney-proxy

Composer 安装命令:

composer create-project chatgpt-x-hub/chat-x-midjourney-proxy

包简介

The midjourney-proxy build top of Reactphp

README 文档

README

Introduction

https://github.com/webman-php/midjourney-proxy 的 reactphp 实现

install

composer create-project chatgpt-x-hub/chat-x-midjourney-proxy -vvv dev-master

config

cp .env.example .env

MIDJOURNEY_HTTP_PROXY=
DISCORD_BOT_TOKEN=
DISCORD_GUILD_ID=
DISCORD_CHANNEL_ID=

MI_NOTIFY_URL=
MJ_API_SECRET=

run

php artisan reactphp:http start

api

        // {
        //     "prompt": "a cat",
        //     "images": [url1, url2, ...], // 可选参数
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816049856103374",
        //     "data": []
        // }
        Route::post('/imagine', 'App\Midjourney\Controller\Image@imagine');
        // {
        //     "taskId": "1710816049856103374",
        //     "customId": "MJ::JOB::upsample::1::749b4d14-75ec-4f16-8765-b2b9a78125fb",
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816302060986090",
        //     "data": []
        // }
        Route::post('/action', 'App\Midjourney\Controller\Image@action');
        // {
        //     "images": [url],
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816302060386071",
        //     "data": []
        // }
        Route::post('/describe', 'App\Midjourney\Controller\Image@describe');
        // {
        //     "images": [url1, url2],
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816302060354172",
        //     "data": []
        // }
        Route::post('/blend', 'App\Midjourney\Controller\Image@blend');
        // /task/fetch?taskId=1710816049856103374 
        /*
        {
            "code": 0,
            "msg": "success",
            "data": {
              "id": "1710816049856103374",
              "action": "IMAGINE",
              "status": "FINISHED",
              "submitTime": 1710903739,
              "startTime": 1710903739,
              "finishTime": 1710903844,
              "progress": "100%",
              "imageUrl": "https:\/\/your_cdn.com\/attachments\/1148151204884726471\/121984387748450658284\/a_cat._65e72369d-1db1-5be4-9566-71056a5b0caf.png?ex=660cc723&is=65fa5223&hm=0d9b721610b62101c7cb4c0f3bf4e364cdd69be3441b9c3b1c200d20b309d97e&",
              "imageRawUrl": "https:\/\/cdn.discordapp.com\/attachments\/1148151204884726471\/121984387748450658284\/a_cat._65e72369d-1db1-5be4-9566-71056a5b0caf.png?ex=660cc723&is=65fa5223&hm=0d9b721610b62101c7cb4c0f3bf4e364cdd69be3441b9c3b1c200d20b309d97e&",
              "prompt": "A cat. --v 6.0 --relax",
              "finalPrompt": "A cat. --v 6.0 --relax",
              "params": [],
              "images": [],
              "description": null,
              "failReason": null,
              "discordId": "1148151204875075657",
              "data": [],
              "buttons": [
                [
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U1",
                    "custom_id": "MJ::JOB::upsample::1::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U2",
                    "custom_id": "MJ::JOB::upsample::2::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U3",
                    "custom_id": "MJ::JOB::upsample::3::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U4",
                    "custom_id": "MJ::JOB::upsample::4::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "emoji": {
                      "name": "🔄"
                    },
                    "custom_id": "MJ::JOB::reroll::0::65e72369d-1db1-5be4-9566-71056a5b0caf::SOLO"
                  }
                ],
                [
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V1",
                    "custom_id": "MJ::JOB::variation::1::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V2",
                    "custom_id": "MJ::JOB::variation::2::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V3",
                    "custom_id": "MJ::JOB::variation::3::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V4",
                    "custom_id": "MJ::JOB::variation::4::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  }
                ]
              ]
            }
        }
        */
        Route::get('/task', 'App\Midjourney\Controller\Task@fetch');

License

MIT

chatgpt-x-hub/chat-x-midjourney-proxy 适用场景与选型建议

chatgpt-x-hub/chat-x-midjourney-proxy 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 10 月 21 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「framework」 「reactphp」 「midjourney-proxy」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 chatgpt-x-hub/chat-x-midjourney-proxy 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 chatgpt-x-hub/chat-x-midjourney-proxy 我们能提供哪些服务?
定制开发 / 二次开发

基于 chatgpt-x-hub/chat-x-midjourney-proxy 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 19
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-21