Loyotaemi

Members
  • Posts

    4
  • Joined

  • Last visited

Loyotaemi's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I didnt get errors, but the git didn't do a pull and the version didnt change either. just tried restarting just now and the git did get a pull on the app finally on front end; .../web/dist/assets/{App-982926da.js => App-16da1b5e.js} | 4 ++-- ...vider-a1ea5622.js => ThemeLocaleProvider-51f66919.js} | 2 +- .../dist/assets/{index-2ad84bef.js => index-d64f4654.js} | 2 +- .../{storeHooks-e63a2dc4.js => storeHooks-0eed8e9f.js} | 2 +- invokeai/frontend/web/dist/index.html | 2 +- invokeai/frontend/web/index.d.ts | 16 +++++++++++++++- invokeai/frontend/web/src/app/App.tsx | 6 +++--- invokeai/frontend/web/src/component.tsx | 6 +++--- invokeai/frontend/web/src/exports.tsx | 7 +++++++ invokeai/frontend/web/stats.html | 2 +- invokeai/frontend/web/vite.config.ts | 2 +- 11 files changed, 36 insertions(+), 15 deletions(-) rename invokeai/frontend/web/dist/assets/{App-982926da.js => App-16da1b5e.js} (99%) rename invokeai/frontend/web/dist/assets/{ThemeLocaleProvider-a1ea5622.js => ThemeLocaleProvider-51f66919.js} (99%) rename invokeai/frontend/web/dist/assets/{index-2ad84bef.js => index-d64f4654.js} (99%) rename invokeai/frontend/web/dist/assets/{storeHooks-e63a2dc4.js => storeHooks-0eed8e9f.js} (99%) create mode 100644 invokeai/frontend/web/src/exports.tsx Loading InvokeAI WebUI..... * Initializing, be patient... >> Internet connectivity is True >> InvokeAI, version 3.0.0+a0 i thought i didn't get the update as i was still getting the bug that was mentioned. im assuming then that its correct for it to say 3.0.0+a0?
  2. Sorry to ask once again on the forum, but the current method of updating seems to be broken with the new update; is there a chance of the docker image being updated, or should we wait for the fix on the github's end?
  3. Thank you for the tip. I saw your post on the error later and made a manual change, but i stashed my changes so i could get back on the same commit cycle. It works now!
  4. Sorry to question this, but did you prehaps change the permissions to a different user or simply editted them to be usable for everyone? im running into the same issue listed above by neopterygii. edit: i was wrong, my error is different. posting what im seeing here : >> Initialization file /home/invokeuser/userfiles/invokeai.init found. Loading... Fetching 15 files: 100%|██████████| 15/15 [00:00<00:00, 27282.98it/s] ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /home/invokeuser/venv/bin/invokeai:8 in <module> │ │ │ │ 5 from invokeai.frontend.CLI import invokeai_command_line_interface │ │ 6 if __name__ == '__main__': │ │ 7 │ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) │ │ ❱ 8 │ sys.exit(invokeai_command_line_interface()) │ │ 9 │ │ │ │ /home/invokeuser/InvokeAI/invokeai/frontend/CLI/CLI.py:170 in main │ │ │ │ 167 │ │ │ 168 │ # web server loops forever │ │ 169 │ if opt.web or opt.gui: │ │ ❱ 170 │ │ invoke_ai_web_server_loop(gen, gfpgan, codeformer, esrgan) │ │ 171 │ │ sys.exit(0) │ │ 172 │ │ │ 173 │ if not infile: │ │ │ │ /home/invokeuser/InvokeAI/invokeai/frontend/CLI/CLI.py:1027 in │ │ invoke_ai_web_server_loop │ │ │ │ 1024 │ │ 1025 def invoke_ai_web_server_loop(gen: Generate, gfpgan, codeformer, esrg │ │ 1026 │ print("\n* --web was specified, starting web server...") │ │ ❱ 1027 │ from invokeai.backend.web import InvokeAIWebServer │ │ 1028 │ │ │ 1029 │ # Change working directory to the stable-diffusion directory │ │ 1030 │ os.chdir(os.path.abspath(os.path.join(os.path.dirname(__file__), │ │ │ │ /home/invokeuser/InvokeAI/invokeai/backend/web/__init__.py:4 in <module> │ │ │ │ 1 """ │ │ 2 Initialization file for the web backend. │ │ 3 """ │ │ ❱ 4 from .invoke_ai_web_server import InvokeAIWebServer │ │ 5 │ │ │ │ /home/invokeuser/InvokeAI/invokeai/backend/web/invoke_ai_web_server.py:29 in │ │ <module> │ │ │ │ 26 from ..generator import infill_methods │ │ 27 from ..globals import Globals, global_converted_ckpts_dir, global_mod │ │ 28 from ..image_util import PngWriter, retrieve_metadata │ │ ❱ 29 from ..model_management import merge_diffusion_models │ │ 30 from ..prompting import ( │ │ 31 │ get_prompt_structure, │ │ 32 │ get_tokenizer, │ ╰──────────────────────────────────────────────────────────────────────────────╯ ImportError: cannot import name 'merge_diffusion_models' from 'invokeai.backend.model_management' (/home/invokeuser/InvokeAI/invokeai/backend/model_management/__init__.py) I have updated the docker build with the 1st method (non manual) as of yesterday and my models are listed in /userfiles/models/hub/