mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-23 23:49:11 +01:00
commented
This commit is contained in:
parent
b560d2953f
commit
f58c16ab03
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user