instaSD screenshot

This project is not covered by Drupal’s security advisory policy.

This module is obsolete and no longer maintained.

https://app.instasd.com/

Get your image or video generation workflows into production faster with instaSD infrastructure.

Features

Trigger the comfyui flows with ease:

$client = \Drupal::service('instasd.api_client');
$client->setInputFile('FILE_ID1212', 'file1', $public_url);
$client->setInputFile('FILE_ID51321', 'File2', $public_url_2);
$insta_sd_response = $client->createTask();
$task_id = $client->taskId();

Then use the resulting files with Ease too:

$client = \Drupal::service('instasd.api_client');
$task_status = $client->fetchTaskStatus($task_id);
if ($client->isCompleted()) {
  // Do something with the newly created file.
  $file = $client->getOutputFile();
}

Additional Requirements

We require the Key module.

Roadmap

  • This could also be a AI provider in the AI module. (it is not now) That would be my next step.

Similar projects

Check the AI module!

Built by

Dropsolid AI

Supporting organizations: 
Funding

Project information

Releases