Omniverse
Back to Discovery
🎉

통이 완상 이미지 생성기

@YoungTx
이 플러그인은 알리바바의 통이 완상 모델을 사용하여 텍스트 프롬프트를 기반으로 이미지를 생성합니다.

Tool Parameters

🎉
Generate an image based on the given prompt using Alibaba's Tongyi Wanxiang model
ParameterType
prompt
STRING

JSON Schema

json
[
  {
    "url": "https://alps-tongyi-image.vercel.app/api/generate",
    "name": "generateImage",
    "description": "Generate an image based on the given prompt using Alibaba's Tongyi Wanxiang model",
    "parameters": {
      "type": "object",
      "properties": {
        "prompt": {
          "type": "string",
          "description": "The text prompt to generate the image from"
        }
      },
      "required": [
        "prompt"
      ]
    }
  }
]