Stable Diffusion – AI Image Generator
Detailed Explanation
info
This is a live app! Search for painting of Toronto in the style of Andy Warhol or any other sort of art-related or image-related query and stable diffusion should pop up.
This template calls our Stable Diffusion API on click and displays a generated image. It does use a few cool features of the template language:
- A
formcomponent that allows for interaction with an API - Multiple app tiles, with one app tile using a
displayConditionproperty to only show itself when there's a generated image displayAppWithoutDatainappSettingsso that we display the app initially without any data (the data is injected onClick)