theubie / complex_memory

A KoboldAI-like memory extension for oobabooga's text-generation-webui
GNU Affero General Public License v3.0
107 stars 14 forks source link

I get an error about no attribute 'character' #19

Open Mage-Enderman opened 1 year ago

Mage-Enderman commented 1 year ago

"Traceback (most recent call last): File "G:-AI\oobabooga_windows\text-generation-webui\server.py", line 1186, in create_interface() File "G:-AI\oobabooga_windows\text-generation-webui\server.py", line 1079, in create_interface extensions_module.create_extensions_block() File "G:-AI\oobabooga_windows\text-generation-webui\modules\extensions.py", line 175, in create_extensions_block extension.ui() File "G:-AI\oobabooga_windows\text-generation-webui\extensions\complex_memory\script.py", line 182, in ui load_pairs() File "G:-AI\oobabooga_windows\text-generation-webui\extensions\complex_memory\script.py", line 84, in load_pairs if shared.character is not None and shared.character != "None": AttributeError: module 'modules.shared' has no attribute 'character'"

Xabab commented 1 year ago

18