ImageGenerator

public final class ImageGenerator

テキスト プロンプトから画像を生成します。

ネストされたクラス

クラス ImageGenerator.ConditionOptions 条件タイプとプラグイン モデルを設定するオプション
クラス ImageGenerator.ImageGeneratorOptions ImageGenerator の設定オプション。 

パブリック メソッド

void
close()
タスクランナーを閉じてクリーンアップします。
MPImage
createConditionImageMPImage sourceConditionImage、ImageGenerator.ConditionOptions.ConditionType conditionType)
ソース画像から、指定された条件タイプの条件画像を作成します。
static ImageGenerator
createFromOptions(コンテキスト コンテキスト、ImageGenerator.ImageGeneratorOptions generatorOptions)
ImageGenerator.ImageGeneratorOptions から ImageGenerator インスタンスを作成します。
static ImageGenerator
createFromOptions(コンテキスト コンテキスト、ImageGenerator.ImageGeneratorOptions generatorOptions、ImageGenerator.ConditionOptions conditionOptions)
プラグイン モデルを使用して条件画像に基づいて画像を生成する場合、ImageGenerator.ImageGeneratorOptionsImageGenerator.ConditionOptions から ImageGenerator インスタンスを作成します。
ImageGeneratorResult
execute(ブール値 showResult)
画像生成の反復処理を 1 回実行します。
ImageGeneratorResult
generate(String プロンプト、MPImage sourceConditionImage、ImageGenerator.ConditionOptions.ConditionType conditionType, int iterations, int Seed)
反復処理のソース画像と指定されたランダムシードに基づいて画像を生成します。
ImageGeneratorResult
generate(String prompt, int iterations, int seed)
反復処理と指定されたランダムシードの画像を生成します。
void
setInputs(String prompt, int iterations, int seed)
ImageGenerator の入力を設定します。
void
setInputs(String prompt, MPImage sourceConditionImage, ImageGenerator.ConditionOptions.ConditionType conditionType, int iterations, int Seed)
ImageGenerator の入力を設定します。

継承されるメソッド

パブリック メソッド

public void close ()

タスクランナーを閉じてクリーンアップします。

public MPImage createConditionImage (MPImage sourceConditionImage, ImageGenerator.ConditionOptions.ConditionType conditionType)

ソース画像から、指定された条件タイプの条件画像を作成します。現在、条件画像として、顔のランドマーク、奥行き画像、エッジ画像がサポートされています。

パラメータ
sourceConditionImage 条件画像の作成に使用されるソース画像。
conditionType 条件画像のタイプを指定する ImageGenerator.ConditionOptions.ConditionType

public static ImageGenerator createFromOptions (コンテキスト コンテキスト、ImageGenerator.ImageGeneratorOptions generatorOptions)

ImageGenerator.ImageGeneratorOptions から ImageGenerator インスタンスを作成します。

パラメータ
コンテキスト Android ERROR(/Context)
generatorOptions ImageGenerator.ImageGeneratorOptions インスタンス。
例外
ImageGenerator の作成中にエラーが発生した場合。

public static ImageGenerator createFromOptions (コンテキスト コンテキスト、ImageGenerator.ImageGeneratorOptions generatorOptions、ImageGenerator.ConditionOptions conditionOptions)

プラグイン モデルを使用