Stability-AI / api-interfaces

Interface definitions for API interactions between components
140 stars 78 forks source link

ENG-62: Add is_adaptive flag to engines.proto #92

Closed jbdoto closed 1 year ago

jbdoto commented 1 year ago

To support filtering engines that allow Adaptive Transformation, I am adding an is_adaptive boolean flag to the EngineInfo message.

There will be a corresponding PR on the api-middleware project to wire up the db / api.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

satsumas commented 1 year ago

Looks good to me!

Presumably the corresponding changes to api-middleware will add the new engine sdxl-v2-2-2-adaptive to the Engine table.