This project is not covered by Drupal’s security advisory policy.
This module is obsolete and no longer maintained.
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
Built by

Supporting organizations:
Funding
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Project categories: Media
- Ecosystem: AI (Artificial Intelligence)
- Created by wouters_f on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.


