Skip to content

Commit 9f08d8c

Browse files
authored
feat: add descs for lora
feat: add descs for lora
2 parents dce630a + b6ba0cd commit 9f08d8c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

packages/openapi/descriptions/image.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,13 @@ If transparent, the output format needs to support transparency, so it should be
176176
noise_std: {
177177
desc: `Standard deviation of noise to add to sampled points.`,
178178
},
179+
lora: {
180+
desc: `List of LoRA weights to apply (maximum 3). Each LoRA can be a URL, HuggingFace repo ID, or local path.`,
181+
path: {
182+
desc: `URL, HuggingFace repo ID (owner/repo).`,
183+
},
184+
scale: {
185+
desc: `Scale factor for LoRA application.`,
186+
},
187+
},
179188
};

0 commit comments

Comments
 (0)