Skip to content

S1D1T1/DT-Intent-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DT-Intent-Sample

A quick prototype illustrating a potential set of AppIntents ("shortcuts") for Draw Things

This App publishes a set of sample entry points, visible to MacOS Shortcuts:

  • Generate image from prompt, arguments: Prompt (String), Negative Prompt (Optional - String)
  • Generate image from json, argument: json(String)
  • Run Script by name, argument: script name(String) - an existing script in DT's Scripts folder
  • Execute Javascript, argument: javascript content(String)
  • Get Image Folder Path: no argument - returns String containing path to DT's saved image folder, if selected

The app contains interfaces to these sample commands, but doesn't implement them of course. Running the app displays commands and their arguments, as they are issued from the Shortcuts app.

Sample Display of App

Screenshot 2024-04-22 at 10 27 36 AM

App commands appearing in Shortcuts App

Screenshot 2024-04-22 at 10 26 25 AM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages