File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
electron_app/src/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4040
4141 <div v-if =" stable_diffusion.is_input_avail" class =" content_toolbox" style =" margin-top :10px ; margin-bottom :-10px ;" >
4242 <div class =" l_button button_medium button_colored" style =" float :right ; " @click =" generate_img2img" >Generate</div >
43- <SDOptionsDropdown :options_model_values =" this_object" :elements_hidden =" ['img_h' , 'img_w' ]" > </SDOptionsDropdown >
43+ <SDOptionsDropdown :options_model_values =" this_object" :elements_hidden =" ['img_h' , 'img_w' , 'batch_size' ]" > </SDOptionsDropdown >
4444 </div >
4545 <div v-else-if =" stable_diffusion.generated_by=='img2img'" class =" content_toolbox" style =" margin-top :10px ; margin-bottom :-10px ;" >
4646 <div v-if =" is_stopping" class =" l_button button_medium button_colored" style =" float :right " @click =" stop_generation" >Stopping ...</div >
You can’t perform that action at this time.
0 commit comments