File tree 2 files changed +1
-2
lines changed
WebUI/src/assets/js/store
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,6 @@ export const useImageGeneration = defineStore(
282
282
'resolution' ,
283
283
'seed' ,
284
284
'inferenceSteps' ,
285
- 'negativePrompt' ,
286
285
'batchSize' ,
287
286
'imagePreview' ,
288
287
'safetyCheck' ,
@@ -363,7 +362,6 @@ export const useImageGeneration = defineStore(
363
362
'resolution' ,
364
363
'seed' ,
365
364
'inferenceSteps' ,
366
- 'negativePrompt' ,
367
365
'batchSize' ,
368
366
'imagePreview' ,
369
367
'safetyCheck' ,
Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ def text_to_image(
525
525
generator = generator ,
526
526
num_inference_steps = params .inference_steps ,
527
527
guidance_scale = params .guidance_scale ,
528
+ negative_prompt = params .negative_prompt ,
528
529
callback_on_step_end = __callback_on_step_end__ ,
529
530
** custom_inputs ,
530
531
).images [0 ]
You can’t perform that action at this time.
0 commit comments