Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script will not launch under Automatic 1111 #370

Open
dymension opened this issue Apr 12, 2024 · 2 comments
Open

Script will not launch under Automatic 1111 #370

dymension opened this issue Apr 12, 2024 · 2 comments

Comments

@dymension
Copy link

dymension commented Apr 12, 2024

I am using Automatic 111 under google Collab
I installed Supermerger extention from the extension panel first, then direcly from the github repo

The extension will not run, I have the following errors :

*** Error loading script: GenParamGetter.py
    Traceback (most recent call last):
      File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 527, in load_scripts
        script_module = script_loading.load_module(scriptfile.path)
      File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 10, in load_module
        module_spec.loader.exec_module(module)
      File "<frozen importlib._bootstrap_external>", line 883, in exec_module
(...)
AttributeError: module 'jax.random' has no attribute 'KeyArray'

then

** Error loading script: supermerger.py
    Traceback (most recent call last):
      File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 527, in load_scripts
        script_module = script_loading.load_module(scriptfile.path)
      File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 10, in load_module
        module_spec.loader.exec_module(module)
      File "<frozen importlib._bootstrap_external>", line 883, in exec_module
      File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
      File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-supermerger/scripts/supermerger.py", line 23, in <module>
        import scripts.mergers.pluslora
(...)
AttributeError: module 'jax.random' has no attribute 'KeyArray'

how can we fix that N

@hako-mikan
Copy link
Owner

hako-mikan commented Oct 14, 2024

Is this issue still occurring?

@dymension
Copy link
Author

Hello
I now installed it on local machine.
I have plenty of error message, ... but still it's working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants