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秒内完成预测。该模型的预测时间会根据输入的不同而显著变化。

在 - 替代

Korewa.ai:面向企业的AI驱动对话设计平台

Korewa AI是一款革命性的聊天平台,利用人工智能将动漫角色带入现实生活,让用户可以创建、发布和与令人惊叹的逼真人物互动,这些人物拥有记忆和情感,为用户带来真正沉浸式的体验。

15.7 K
T.me: Stable Diffusion Bot on Telegram - AI艺术生成助手

T.me:稳定扩散爱好者,探索由@neuralpony提供支持的无缝互动的非官方机器人,并通过@neuralforum获得即时支持,以获得无忧体验。

806.4 M
Gptforslides.app:AI 动力演示制作工具: 在几秒钟内使用 GPT 创建幻灯片

Gptforslides.app:GPT for Slides是一款创新的Google Slides附加组件,利用人工智能技术将任何文本转换为引人入胜的演示幻灯片,提供无缝的文本到演示体验。

12.3 K
Fashionai.me:为设计师和品牌提供AI驱动的时尚编辑软件

Fashionai.me:在FashionAI体验由人工智能驱动的时尚探索,在那里,一个人的照片可以被转化为虚拟时尚达人,让用户尝试不同的服装风格,发现最新的时尚潮流。

311
更多标签关于: 在 Replicate 上使用 Methexis-Inc Img2prompt API