mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-30 14:49:55 +02:00
commented
This commit is contained in:
parent
b560d2953f
commit
f58c16ab03
@ -20,21 +20,10 @@ export default function WorkflowSettings() {
|
|||||||
state.getValueForRequestKey("num_outputs")
|
state.getValueForRequestKey("num_outputs")
|
||||||
);
|
);
|
||||||
const parallelCount = useImageCreate((state) => state.parallelCount);
|
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 setRequestOption = useImageCreate((state) => state.setRequestOptions);
|
||||||
const setParallelCount = useImageCreate((state) => state.setParallelCount);
|
const setParallelCount = useImageCreate((state) => state.setParallelCount);
|
||||||
const shouldStreamImages = useImageCreate((state) => state.getValueForRequestKey("stream_image_progress"));
|
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 workflowOpen = useCreateUI((state) => state.isOpenAdvWorkflowSettings);
|
||||||
const toggleWorkflowOpen = useCreateUI(
|
const toggleWorkflowOpen = useCreateUI(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user