Examples

You can find detailed examples and demonstrations for various models in the EMF Demos.

Text to image (GUI)

See : EMF Demos - Text to Image GUI

The code defines a graphical user interface (GUI) application using the Tkinter library. This application allows users to generate images from text using the Stabilityai - Stable Diffusion XL Base 1.0 model.

Text Prompts from Text Model to Image Generating Model (GUI)

See : EMF Demos - Text Prompts from Text Model to Image Generating Model

The code defines a graphical user interface (GUI) application using the Tkinter library. This application allows users to generate a text prompt for an image using the FredZhang7 - anime-anything-promptgen-v2 model, the output is then fed to the Stabilityai - Stable Diffusion XL Base 1.0 model for an image generation.

Text conversation GUI

See : EMF Demos - Text conversation GUI

The code defines a graphical user interface (GUI) application using the Tkinter library. This application allows users to generate conversation from text using the Microsoft Phi-2 model.