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
Error loading script: rp.py
Traceback (most recent call last):
File "C:\Users\PC\AI Stuff\webui_forge_cu121_torch231\webui\modules\scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\PC\AI Stuff\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 "C:\Users\PC\AI Stuff\webui_forge_cu121_torch231\webui\extensions\sd-webui-regional-prompter\scripts\rp.py", line 15, in
import scripts.attention
File "C:\Users\PC\AI Stuff\webui_forge_cu121_torch231\webui\extensions\sd-webui-regional-prompter\scripts\attention.py", line 3, in
import ldm.modules.attention as atm
ModuleNotFoundError: No module named 'ldm'
Even after the adding ldm module, the extension is still broken on Forge. Project seems archived and abandoned. Look into Forge Couple instead. https://github.com/Haoming02/sd-forge-couple
Describe the bug
failed to run the extension
Error loading script: rp.py
Traceback (most recent call last):
File "C:\Users\PC\AI Stuff\webui_forge_cu121_torch231\webui\modules\scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\PC\AI Stuff\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 "C:\Users\PC\AI Stuff\webui_forge_cu121_torch231\webui\extensions\sd-webui-regional-prompter\scripts\rp.py", line 15, in
import scripts.attention
File "C:\Users\PC\AI Stuff\webui_forge_cu121_torch231\webui\extensions\sd-webui-regional-prompter\scripts\attention.py", line 3, in
import ldm.modules.attention as atm
ModuleNotFoundError: No module named 'ldm'
(idk anything about coding so please help)
Environment
Web-UI version:
SD Version: SDXL
LoRA/LoCon/LoHa
Other Enabled Extensions
The text was updated successfully, but these errors were encountered: