Open qw381523977 opened 2 months ago
+1
@lllyasviel
+1
ME TOO
Yes me too
I managed to fix it by downgrading onnx to 1.16.1
Command to fix it (must have venv active when running command)
pip install onnx==1.16.1
See the onnx issue for more info
I managed to fix it by downgrading onnx to 1.16.1
Command to fix it (must have venv active when running command)
pip install onnx==1.16.1
See the onnx issue for more info
I tried this but it didn't work for me
also tired onnx downgrade also didn't work
any updates on another post?
any updates on another post?
Which post?
any updates on another post?
Which post?
https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1253#issuecomment-2299697487
any updates on another post?
Which post?
As the same, there is no way to use controlnet in this article
+1
So as there is no solution for forge and I'm not skilled enough to make any, I've tried compfyui and both loras and control nets work well with Flux.1. Hadn't tried it before because building workflows seemed a bit overkill for me but after a few hours I must say it's pretty easy to use if you know stable diffusion and gives you a lot of flexibility. Sorry for OT.
+1
+1
Does nor work.
I am having the same issue, any updates?
I downloaded the model of flux's controlnet from this address (https://huggingface.co/XLabs-AI/flux-controlnet-collections/tree/main),When I use it in the forge UI, the background prompts me 2024-08-15 13:40:35,555 - ControlNet - ERROR - Recognizing Control Model failed: E:\SD\sdwebui\extensions\sd-webui-controlnet\models\flux-canny-controlnet_v2.safetensors Error running process: D:\webui_forge_cu124_torch24\webui\extensions-builtin\sd_forge_controlnet\scripts\controlnet.py Traceback (most recent call last): File "D:\webui_forge_cu124_torch24\webui\modules\scripts.py", line 844, in process script.process(p, script_args) File "D:\webui_forge_cu124_torch24\system\python\lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context return func(*args, *kwargs) File "D:\webui_forge_cu124_torch24\webui\extensions-builtin\sd_forge_controlnet\scripts\controlnet.py", line 554, in process self.process_unit_after_click_generate(p, unit, params, args, kwargs) File "D:\webui_forge_cu124_torch24\system\python\lib\site-packages\torch\utils_contextlib.py", line 116, in decorate_context return func(*args, **kwargs) File "D:\webui_forge_cu124_torch24\webui\extensions-builtin\sd_forge_controlnet\scripts\controlnet.py", line 414, in process_unit_after_click_generate assert params.model is not None, logger.error(f"Recognizing Control Model failed: {model_filename}") AssertionError: None