Code Monkey home page Code Monkey logo

Comments (3)

bbc-mc avatar bbc-mc commented on June 15, 2024

Hi, thanks for report.
Try new commit to fix KeyError which caused because checkpoint_list key is changed silently...

from sdweb-merge-board.

crackfoo avatar crackfoo commented on June 15, 2024

Thanks, it made it through most of the board but then stopped with the error:

AttributeError: 'NoneType' object has no attribute 'calculate_shorthash'

This was after updating auto1111 as well as the extensions just now...

  File "C:\Users\crackers\sd\forks\auto1111\venv\lib\site-packages\gradio\routes.py", line 337, in run_predict
    output = await app.get_blocks().process_api(
  File "C:\Users\crackers\sd\forks\auto1111\venv\lib\site-packages\gradio\blocks.py", line 1015, in process_api
    result = await self.call_function(
  File "C:\Users\crackers\sd\forks\auto1111\venv\lib\site-packages\gradio\blocks.py", line 833, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "C:\Users\crackers\sd\forks\auto1111\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "C:\Users\crackers\sd\forks\auto1111\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
    return await future
  File "C:\Users\crackers\sd\forks\auto1111\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run
    result = context.run(func, *args)
  File "C:\Users\crackers\sd\forks\auto1111\extensions\sdweb-merge-board\scripts\merge_board.py", line 143, in modelmerger
    _ret_all = merge_ope.run_merge(skip_merge_if_exists=chk_skip_merge_if_exists, config_source=radio_config_source)
  File "C:\Users\crackers\sd\forks\auto1111\extensions\sdweb-merge-board\scripts\multimerge\operation.py", line 32, in run_merge
    _ret = _recipe.run_merge(_index, skip_merge_if_exists, config_source)
  File "C:\Users\crackers\sd\forks\auto1111\extensions\sdweb-merge-board\scripts\multimerge\recipe.py", line 175, in run_merge
    self._update_o_filename(index, results)
  File "C:\Users\crackers\sd\forks\auto1111\extensions\sdweb-merge-board\scripts\multimerge\recipe.py", line 228, in _update_o_filename
    ckpt_info.calculate_shorthash()
AttributeError: 'NoneType' object has no attribute 'calculate_shorthash'

from sdweb-merge-board.

bbc-mc avatar bbc-mc commented on June 15, 2024

Thanks, control system of model and hashes on AUTO1111 are now complicated...
Add code to force update key of "checkpoint_list".

from sdweb-merge-board.

Related Issues (18)

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.