commented

This commit is contained in:
caranicas 2022-09-28 12:23:33 -04:00
parent b560d2953f
commit f58c16ab03

View File

@ -20,21 +20,10 @@ export default function WorkflowSettings() {
state.getValueForRequestKey("num_outputs")
);
const parallelCount = useImageCreate((state) => state.parallelCount);
// const isUseAutoSave = useImageCreate((state) => state.isUseAutoSave());
// const diskPath = useImageCreate((state) =>
// state.getValueForRequestKey("save_to_disk_path")
// );
// const isSoundEnabled = useImageCreate((state) => state.isSoundEnabled());
const setRequestOption = useImageCreate((state) => state.setRequestOptions);
const setParallelCount = useImageCreate((state) => state.setParallelCount);
const shouldStreamImages = useImageCreate((state) => state.getValueForRequestKey("stream_image_progress"));
// const toggleUseAutoSave = useImageCreate((state) => state.toggleUseAutoSave);
// const toggleSoundEnabled = useImageCreate(
// (state) => state.toggleSoundEnabled
// );
const workflowOpen = useCreateUI((state) => state.isOpenAdvWorkflowSettings);
const toggleWorkflowOpen = useCreateUI(