mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
feat(diffusers): various enhancements (#895)
This commit is contained in:
parent
77e1ae3d70
commit
a96c3bc885
11 changed files with 165 additions and 101 deletions
|
@ -140,6 +140,9 @@ message GenerateImageRequest {
|
|||
string positive_prompt = 6;
|
||||
string negative_prompt = 7;
|
||||
string dst = 8;
|
||||
|
||||
// Diffusers
|
||||
string EnableParameters = 9;
|
||||
}
|
||||
|
||||
message TTSRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue