mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-16 05:58:09 +00:00
feat(diffusers): various enhancements (#895)
This commit is contained in:
committed by
GitHub
parent
77e1ae3d70
commit
a96c3bc885
@ -140,6 +140,9 @@ message GenerateImageRequest {
|
||||
string positive_prompt = 6;
|
||||
string negative_prompt = 7;
|
||||
string dst = 8;
|
||||
|
||||
// Diffusers
|
||||
string EnableParameters = 9;
|
||||
}
|
||||
|
||||
message TTSRequest {
|
||||
|
Reference in New Issue
Block a user