You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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