Code Monkey home page Code Monkey logo

Comments (5)

vladmandic avatar vladmandic commented on May 27, 2024

i'll take a look first.

from automatic.

razvan-nicolae avatar razvan-nicolae commented on May 27, 2024

Error loading script: civitai_helper.py
┌───────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────┐
│ I:\SD\automatic\modules\scripts.py:255 in load_scripts │
│ │
│ 253 │ │ │ current_basedir = scriptfile.basedir │
│ 254 │ │ │ │
│ > 255 │ │ │ script_module = script_loading.load_module(scriptfile.path) │
│ 256 │ │ │ register_scripts_from_module(script_module) │
│ 257 │
│ │
│ I:\SD\automatic\modules\script_loading.py:11 in load_module │
│ │
│ 9 │ module_spec = importlib.util.spec_from_file_location(os.path.basename(path), path) │
│ 10 │ module = importlib.util.module_from_spec(module_spec) │
│ > 11 │ module_spec.loader.exec_module(module) │
│ 12 │ │
│ 13 │ return module │
│ in exec_module:883 │
│ in _call_with_frames_removed:241 │
│ │
│ I:\SD\automatic\extensions\Stable-Diffusion-Webui-Civitai-Helper\scripts\civitai_helper.py:36 in │
│ │
│ 34 extension_path = scripts.basedir() │
│ 35 │
│ > 36 model.get_custom_model_folder() │
│ 37 setting.load() │
│ 38 │
│ │
│ I:\SD\automatic\extensions\Stable-Diffusion-Webui-Civitai-Helper\scripts\ch_lib\model.py:33 in │
│ get_custom_model_folder │
│ │
│ 31 │ global folders │
│ 32 │ │
│ > 33 │ if shared.cmd_opts.embeddings_dir and os.path.isdir(shared.cmd_opts.embeddings_dir): │
│ 34 │ │ folders["ti"] = shared.cmd_opts.embeddings_dir │
│ 35 │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
AttributeError: 'Namespace' object has no attribute 'embeddings_dir'

Found this error in the logs just now

from automatic.

vladmandic avatar vladmandic commented on May 27, 2024

then its a duplicate of #106, i'll try to handle it tomorrow.

from automatic.

razvan-nicolae avatar razvan-nicolae commented on May 27, 2024

This is not yet fixed sadly - should we try to get in touch with @butaixianran? I don't see any more errors on vladmandic/automatic side but the behavior is the same - scan works, but no overlay or buttons
image

It should look something like this on top of each one:
image

from automatic.

vladmandic avatar vladmandic commented on May 27, 2024

i was not even aware there were buttons - i don't use the extension. i was focused on fixing core issue and thats gone.
what remains is most likely a css thing, so falls under #84

from automatic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.