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

I don't see tab after install #24

Open
Omegadarling opened this issue Jan 30, 2023 · 5 comments
Open

I don't see tab after install #24

Omegadarling opened this issue Jan 30, 2023 · 5 comments

Comments

@Omegadarling
Copy link

Omegadarling commented Jan 30, 2023

Maybe it's not supposed to be a new tab?

Is there something I should do to clean uninstall/reinstall or could it be a conflict with the latest version of Automatic1111?

UPDATE
Here's the errors I'm seeing on Automatic1111 launch:
Error loading script: main.py

Traceback (most recent call last):
  File "C:\Automatic1111\modules\scripts.py", line 229, in load_scripts
    script_module = script_loading.load_module(scriptfile.path)
  File "C:\Automatic1111\modules\script_loading.py", line 11, 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 "C:\Automatic1111\extensions\sd_smartprocess\scripts\main.py", line 3, in <module>
    from extensions.sd_smartprocess import smartprocess
  File "C:\Automatic1111\extensions\sd_smartprocess\smartprocess.py", line 15, in <module>
    from extensions.sd_smartprocess.clipinterrogator import ClipInterrogator
  File "C:\Automatic1111\extensions\sd_smartprocess\clipinterrogator.py", line 14, in <module>
    from models.blip import blip_decoder, BLIP_Decoder
  File "C:\Automatic1111\repositories\BLIP\models\blip.py", line 11, in <module>
    from models.vit import VisionTransformer, interpolate_pos_embed
  File "C:\Automatic1111\repositories\BLIP\models\vit.py", line 21, in <module>
    from fairscale.nn.checkpoint.checkpoint_activations import checkpoint_wrapper
ModuleNotFoundError: No module named 'fairscale'

Running ye olde pip install fairscale didn't fix the problem.

@Omegadarling
Copy link
Author

Well, this is odd, I see the tab after restarting my computer, but it still had the same error on Automatic1111 startup (posted in previous comment) and now Smartprocess seems to work. I have no idea why it works now and I see the tab.

@Omegadarling
Copy link
Author

And now it's gone again. Could it be because I had the Dataset Tag Editor extension also? I removed it as part of my debugging and then added it back again when Smartprocess starting working.

@mercantigo
Copy link

Same issue here. Installed, fairscale error, and no tab at all...

@nii236
Copy link

nii236 commented Feb 6, 2023

I've solved it on my end.

The automatic1111 webui runs in its own virtual env.

You need to activate the virtual env, then pip install.

In my case (change paths to suit your setup):

cd d:\A1111\stable-diffusion-webui
.\venv\Scripts\activate.bat
pip install fairscale

Restart all the relevant processes, and it'll work.

@Omegadarling
Copy link
Author

Omegadarling commented Feb 6, 2023 via email

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

3 participants