stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

how to fix this?

Open hoodady opened this issue 6 months ago • 1 comments

VAE dtype preferences: [torch.bfloat16, torch.float32] -> torch.bfloat16 CUDA Using Stream: False Using pytorch cross attention Using pytorch attention for VAE *** Error loading script: postprocessing_focal_crop.py Traceback (most recent call last): File "Z:\webui_forge_cu121_torch231\webui\modules\scripts.py", line 525, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "Z:\webui_forge_cu121_torch231\webui\modules\script_loading.py", line 13, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "Z:\webui_forge_cu121_torch231\webui\scripts\postprocessing_focal_crop.py", line 5, in from modules.textual_inversion import autocrop ImportError: cannot import name 'autocrop' from 'modules.textual_inversion' (unknown location)

hoodady avatar Aug 25 '24 10:08 hoodady