Platforms to show: All Mac Windows Linux Cross-Platform
Back to ImagePlaygroundMBS class.
ImagePlaygroundMBS.AddConcept(text as String)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | ImagePlayground | MBS Swift Plugin | 25.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Builds a playground concept by parsing a short text that describes the contents of the image.
ImagePlaygroundMBS.AddExtractedConcept(text as String, Title as String = "")
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | ImagePlayground | MBS Swift Plugin | 25.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Builds a playground concept by extracting multiple concepts from a long text that describes the contents of the image and a title that concisely summarizes the contents of the text.
Text: Suitable for long strings, like paragraphs or entire documents.
The system will try to extract important or interesting concepts from the string and add them to the playground, so that each concept becomes an input prompt to the diffusion models.
However, if the string does not meet the minimum length required for concept extraction, it might decide to use the string as-is as input prompt.
Title: Helps guiding the extraction of concepts from text by providing a summary of the contents of text.
ImagePlaygroundMBS.ClearConcepts
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | ImagePlayground | MBS Swift Plugin | 25.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
ImagePlaygroundMBS.Constructor
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | ImagePlayground | MBS Swift Plugin | 25.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | ImagePlayground | MBS Swift Plugin | 25.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | ImagePlayground | MBS Swift Plugin | 25.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Will create a dialog to show the user the playground.
The items on this page are in the following plugins: MBS Swift Plugin.