Replicate.com:使用Methexis Inc的Img2Prompt工具生成與圖像風格相匹配的文本提示。優化為穩定擴散(clip ViT-L/14)。

在Replicate上使用Methexis-Inc Img2prompt API

介紹

methexis-inc/img2prompt是什麼?

methexis-inc/img2prompt是一個模型,可以生成與圖像匹配的帶有風格的近似文本提示。它經過了穩定擴散(clip ViT-L/14)的優化。

如何使用methexis-inc/img2prompt

您可以通過各種方法來使用methexis-inc/img2prompt,包括Node.js、Python、Elixir、HTTP、Cog和Docker。以下是如何使用該模型的一些示例:

Node.js

const replicate = new Replicate({
  auth: process.env.REPLICATE_API_TOKEN,
});

const output = await replicate.run(
  "methexis-inc/img2prompt:50adaf2d3ad20a6f911a8a9e3ccf777b263b8596fbd2c8fc26e8888f8a0edbb5",
  {
    input: {
      image: "https://replicate.delivery/mgxm/8b4d747d-feca-477d-8069-ee4d5f89ad8e/a_high_detail_shot_of_a_cat_wearing_a_suit_realism_8k_-n_9_.png"
    }
  }
);
console.log(output);

Python

import replicate

output = replicate.run(
    "methexis-inc/img2prompt:50adaf2d3ad20a6f911a8a9e3ccf777b263b8596fbd2c8fc26e8888f8a0edbb5",
    input={
        "image": "https://replicate.delivery/mgxm/8b4d747d-feca-477d-8069-ee4d5f89ad8e/a_high_detail_shot_of_a_cat_wearing_a_suit_realism_8k_-n_9_.png"
    }
)
print(output)

Elixir

output = Replicate.run(
  "methexis-inc/img2prompt:50adaf2d3ad20a6f911a8a9e3ccf777b263b8596fbd2c8fc26e8888f8a0edbb5",
  %{
    image: "https://replicate.delivery/mgxm/8b4d747d-feca-477d-8069-ee4d5f89ad8e/a_high_detail_shot_of_a_cat_wearing_a_suit_realism_8k_-n_9_.png"
  }
)
IO.inspect(output)

HTTP

curl -s -X POST \
  -H "Authorization: Bearer $REPLICATE_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d $'{
    "version": "50adaf2d3ad20a6f911a8a9e3ccf777b263b8596fbd2c8fc26e8888f8a0edbb5",
    "input": {
      "image": "https://replicate.delivery/mgxm/8b4d747d-feca-477d-8069-ee4d5f89ad8e/a_high_detail_shot_of_a_cat_wearing_a_suit_realism_8k_-n_9_.png"
    }
  }' \
  https://api.replicate.com/v1/predictions

Cog

cog predict r8.im/methexis-inc/img2prompt@sha256:50adaf2d3ad20a6f911a8a9e3ccf777b263b8596fbd2c8fc26e8888f8a0edbb5 \
  -i 'image="https://replicate.delivery/mgxm/8b4d747d-feca-477d-8069-ee4d5f89ad8e/a_high_detail_shot_of_a_cat_wearing_a_suit_realism_8k_-n_9_.png"'

Docker

docker run -d -p 5000:5000 --gpus=all r8.im/methexis-inc/img2prompt@sha256:50adaf2d3ad20a6f911a8a9e3ccf777b263b8596fbd2c8fc26e8888f8a0edbb5
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "image": "https://replicate.delivery/mgxm/8b4d747d-feca-477d-8069-ee4d5f89ad8e/a_high_detail_shot_of_a_cat_wearing_a_suit_realism_8k_-n_9_.png"
    }
  }' \
  http://localhost:5000/predictions

methexis-inc/img2prompt的特點

該模型提供了可以與穩定擴散一起使用的近似文本提示,以重新創建圖像/繪畫的外觀。這是由@pharmapsychotic稍作調整的CLIP Interrogator筆記本的版本。

methexis-inc/img2prompt的價格

methexis-inc/img2prompt的價格未指定。但是,該模型在Nvidia T4 GPU硬件上運行,預測通常在51秒內完成。該模型的預測時間會根據輸入而有顯著差異。

在Replicate上使用Methexis-Inc - 替代

Haiper AI

Haiper.ai:探索Haiper AI,領先的人工智慧解決方案提供商,專注於自動化技術的智能家居應用。我們的創新軟體徹底改變了視頻創作,使用戶能夠利用人工智慧的力量進行無縫且高效的內容生產。今天就來了解Haiper AI如何改變您的視頻創作體驗吧!

2.0 M
[官方] HitPaw Photo AI:最佳AI照片編輯器

HitPaw Photo AI 是一個全能的AI照片編輯器,可以作為照片增強器、圖像生成器以及物件和背景移除器。使用一個工具創建令人驚豔的照片。

3.2 M
Bigjpg - AI 超解析度無損圖像放大/放大工具,使用深度卷積神經網絡

Bigjpg - 使用深度卷積神經網絡對動畫風格作品進行圖像超分辨率,無需品質損失。同時支援照片。

1.3 M
AI 圖像放大器 | 在線批量免費放大圖像

嘗試我們的免費在線圖像放大工具,可將圖像放大400%,最高可達16000x16000分辨率。放大您的圖像而不會影響質量。支持JPG、PNG和JPEG格式。

2.5 M
更多標籤關於: 在Replicate上使用Methexis-Inc Img2prompt API