feat(diffusers): various enhancements (#895)

This commit is contained in:
Ettore Di Giacinto 2023-08-14 23:12:00 +02:00 committed by GitHub
parent 77e1ae3d70
commit a96c3bc885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 165 additions and 101 deletions

View file

@ -140,6 +140,9 @@ message GenerateImageRequest {
string positive_prompt = 6;
string negative_prompt = 7;
string dst = 8;
// Diffusers
string EnableParameters = 9;
}
message TTSRequest {