catboxanon
catboxanon
Closing as stale.
The simplest way to reproduce this is just press the `Esc` key when the UI is opened. PR made upstream to fix here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14932
Upstream has been merged with this repo now, so this should be fixed, closing. Feel free to re-open if it still occurs.
Confirmed issue with latest upstream. Replacing forward slashes with double backslashes fixes it in the meantime. I'm unable to reproduce the issue being described above where only the checkpoints folder...
You're right, it looks like it's broken if the folder uses the same default name (`Stable-diffusion`). Regardless, that should be reported and resolved upstream, not here.
I'm closing this as the original issue in OP has been resolved via https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14934, which is now merged into this repo. Please open a new issue upstream for the other...
I'm closing this since the original issue OP reported seems to have been resolved. Feel free to re-open if that's not the case.
This seems to intentionally not be supported currently as the function to implement this behavior was removed in Forge, I imagine due to the different UNet implementation. https://github.com/lllyasviel/stable-diffusion-webui-forge/blob/d81e353d8928147bbd973068d0efbb2802affe0f/modules/sd_hijack.py#L150-L151
If somebody wants to have a go at re-implementing this perhaps as an extension, there's a relevant ComfyUI node available here (which originates from the discussion in https://github.com/comfyanonymous/ComfyUI/issues/646) https://github.com/jn-jairo/jn_node_suite_comfyui/blob/a00ef0251eb2ecd461e041831be0c67d6eefe94e/nodes/patch.py#L119
Do you prefer this extension since you can add these training parameters to the X/Y/Z plot? https://github.com/kohya-ss/sd-webui-additional-networks/blob/e9f3d622b5a98650008a685ea23b27eb810da35a/scripts/addnet_xyz_grid_support.py#L9-L52 IMO, this functionality should be implemented upstream in the webui repo. Kohya themself...