public final class
ImageGenerator
テキスト プロンプトから画像を生成します。
ネストされたクラス
クラス | ImageGenerator.ConditionOptions | 条件タイプとプラグイン モデルを設定するオプション | |
クラス | ImageGenerator.ImageGeneratorOptions | 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)
プラグイン モデルを使用