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
Adds a concept.
Example
Var controller as New ImagePlaygroundMBS
controller.AddConcept "Cat"
controller.AddConcept "New Year"
controller.Present

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
Adds a concept.

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
Clears the list of concepts.

ImagePlaygroundMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImagePlayground MBS Swift Plugin 25.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The constructor.
Example
Var controller as New ImagePlaygroundMBS
controller.Present

ImagePlaygroundMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImagePlayground MBS Swift Plugin 25.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The destructor.

ImagePlaygroundMBS.Present

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImagePlayground MBS Swift Plugin 25.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Shows the image playground.

Will create a dialog to show the user the playground.

The items on this page are in the following plugins: MBS Swift Plugin.


The biggest plugin in space...