This project is not covered by Drupal’s security advisory policy.
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
Seeking co-maintainer(s)
Maintainers are looking for help reviewing issues.- 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.


