publiczna klasa końcowego ImageGenerator
Generuje obrazy na podstawie promptu tekstowego.
Zagnieżdżone klasy
klasa | ImageGenerator.ConditionOptions | Opcje konfigurowania typów warunków i modeli wtyczek | |
klasa | ImageGenerator.ImageGeneratorOptions | Opcje konfigurowania: ImageGenerator |
Metody publiczne
void |
close()
Zamyka i czyści elementy uruchamiające zadania.
|
MPImage |
createConditionImage(MPImage sourceConditionImage, ImageGenerator.ConditionOptions.ConditionType wariantType)
Utwórz obraz warunku określonego typu na podstawie obrazu źródłowego.
|
static ImageGenerator |
createFromOptions(kontekst, ImageGenerator.ImageGeneratorOptions generatorOptions)
Tworzy instancję
ImageGenerator z ImageGenerator.ImageGeneratorOptions . |
static ImageGenerator |
createFromOptions(Kontekst; ImageGenerator.ImageGeneratorOptions generatorOptions, ImageGenerator.ConditionOptions wariantOptions)
Tworzy instancję
ImageGenerator z elementów ImageGenerator.ImageGeneratorOptions i ImageGenerator.ConditionOptions , jeśli do generowania obrazu na podstawie obrazu warunku używane są modele wtyczek. |
ImageGeneratorResult |
execute(boolean showResult)
Wykonuje jedną iterację generowania obrazów.
|
ImageGeneratorResult |
generate(komunikat String, MPImage sourceConditionImage, ImageGenerator.ConditionOptions.ConditionType wariantType, int iterations, int Seed)
Generuje obraz na podstawie obrazu źródłowego dla iteracji i danego losowego materiału wyjściowego.
|
ImageGeneratorResult |
generate(prompt ciąg znaków, iteracja int, int Seed)
Generuje obraz na potrzeby iteracji i danego losowego elementu wyjściowego.
|
void | |
void |
setInputs(ciąg String, MPImage sourceConditionImage, ImageGenerator.ConditionOptions.ConditionType wariantType, int iterations, int Seed)
Ustawia dane wejściowe komponentu ImageGenerator.
|
Metody dziedziczone
Metody publiczne
public void close ()
Zamyka i czyści elementy uruchamiające zadania.
public MPImage createConditionImage (MPImage sourceConditionImage, ImageGenerator.ConditionOptions.ConditionType stanem)
Utwórz obraz warunku określonego typu na podstawie obrazu źródłowego. Obecnie jako obraz stanu obsługują punkty orientacyjne twarzy, obraz głębi i obraz krawędzi.
Parametry
sourceConditionImage | Obraz źródłowy użyty do utworzenia obrazu warunku. |
---|---|
conditionType | Pole ImageGenerator.ConditionOptions.ConditionType określające typ obrazu warunku.
|
public static ImageGenerator createFromOptions (Kontekst kontekst, ImageGenerator.ImageGeneratorOptions generatorOptions)
Tworzy instancję ImageGenerator
z ImageGenerator.ImageGeneratorOptions
.
Parametry
sytuacja | ERROR(/Context) na Androidzie. |
---|---|
generatorOptions | instancję ImageGenerator.ImageGeneratorOptions . |