Interface IInpaintArtifact
Namespace: Unity.Muse.Common
Syntax
public interface IInpaintArtifact
Methods
GenerateInpaint(String, String, Texture2D, MaskType, TextToImageRequest, Action<TextToImageResponse, String>)
Declaration
void GenerateInpaint(string prompt, string sourceGuid, Texture2D mask, MaskType maskType, TextToImageRequest settings, Action<TextToImageResponse, string> onDone)
Parameters
| Type | Name | Description |
|---|---|---|
| String | prompt | |
| String | sourceGuid | |
| Texture2D | mask | |
| MaskType | maskType | |
| TextToImageRequest | settings | |
| Action<TextToImageResponse, String> | onDone |