Replies: 1 comment
-
Same issue started today. (21-11-24) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason my reactor setup keeps wanting use a very specific face model when I try running a few prompts through the "prompts from file or textbox". If I use reactor normally it works fine on a single prompt run through txt2img on Forge. However if I run multiple prompts it always wants to use "Face1.safetensors". It will successfully apply that face, however I tried removing the model and now it just gives an error since it can't find it. I do have a different face model selected in the Reactor settings but it still wants that one....any idea?
21:44:07 - ReActor - STATUS - Working: source face index [0], target face index [0] *** Error running postprocess_image: D:\Stable Diffusion\Forge-Beta\webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py Traceback (most recent call last): File "D:\Stable Diffusion\Forge-Beta\webui\modules\scripts.py", line 940, in postprocess_image script.postprocess_image(p, pp, *script_args) File "D:\Stable Diffusion\Forge-Beta\webui\extensions\sd-webui-reactor\scripts\reactor_faceswap.py", line 465, in postprocess_image result, output, swapped = swap_face( File "D:\Stable Diffusion\Forge-Beta\webui\extensions\sd-webui-reactor\scripts\reactor_swapper.py", line 555, in swap_face source_face_model = [load_face_model(face_model)] File "D:\Stable Diffusion\Forge-Beta\webui\extensions\sd-webui-reactor\scripts\reactor_helpers.py", line 193, in load_face_model with safe_open(model_path, framework="pt") as f: FileNotFoundError: No such file or directory: "D:\\Stable Diffusion\\Forge-Beta\\webui\\models\\reactor\\faces\\Face1.safetensors"
Beta Was this translation helpful? Give feedback.
All reactions