Giter Club home page Giter Club logo

Comments (12)

Gourieff avatar Gourieff commented on June 27, 2024 6

Any idea when this is going to be fixed? <3 my workflow stopped working :(

You can temporarily roll back to the commit ffc4b7c

  git checkout ffc4b7c

when you want to return back - just switch the branch to master

  git checkout master

from comfyui.

abee717171 avatar abee717171 commented on June 27, 2024 3

Any idea when this is going to be fixed? <3 my workflow stopped working :(

from comfyui.

shawnington avatar shawnington commented on June 27, 2024 2

So it broke after a commit that deleted all of the code? 17,700+ deletions... I wonder why it's not working right. Just kidding.

It was a very large change, that replaced comfy functions with spandrel, and Im going to assume the issue is probably with spandrel, the code in the commit looks okay to me, at cursory glance without tracing the execution.

The actual code changes besides using spandrel are quite minor (considering 17k lines were deleted), and load from state dict is pretty universal, so I'd say it's probably a bug in spandrel related to that particular model.

This is the only real change.

 out = model_loading.load_state_dict(sd).eval()

to the spandrel version

 out = ModelLoader().load_from_state_dict(sd).eval()

outside of that the only change is

upscale_model.to("cpu")

which updates

upscale_model.cpu()

to use the currently preferented syntax with pytorch. x.cpu and x.cuda are deprecated in favor of x.to(device)

from comfyui.

xueqing0622 avatar xueqing0622 commented on June 27, 2024 2

same problem,

from comfyui.

abkcehtnn avatar abkcehtnn commented on June 27, 2024 1

Any idea when this is going to be fixed? <3 my workflow stopped working :(

You can temporarily roll back to the commit ffc4b7c

  git checkout ffc4b7c

when you want to return back - just switch the branch to master

  git checkout master

It worked for me! Thanks!

from comfyui.

igrekun avatar igrekun commented on June 27, 2024 1

It's not a problem with spandrel.

Previous code required images normalized to -1 +1 range. Spandrel models universally require 0..1 range.
Reactor needs to be updated.

from comfyui.

devZu9 avatar devZu9 commented on June 27, 2024 1

Hello!
How difficult is it to fix this in new releases? It's been so long, some of my processes use updates, but for GFPGAN to work I have to use the old release.
Maybe there is already some updated custom Reactor node?
Maybe it is possible to insert conditions where ComfyUI could work correctly with GFPGAN in both new and old releases?

from comfyui.

shawnington avatar shawnington commented on June 27, 2024

I hope this gets patched soon ! 💕

I hope there is an open issue with spandrel

from comfyui.

abkcehtnn avatar abkcehtnn commented on June 27, 2024

thanks for posting this, I will wait for the update!

from comfyui.

shawnington avatar shawnington commented on June 27, 2024

知道什麼時候會修復這個問題嗎? <3我的工作流程停止工作:(

可以暫時回滾到提交ffc4b7c

  git checkout ffc4b7c

當你想返回時 - 只需將分支切換到 master

  git checkout master

這對我有用!謝謝!

This is an english language repo, please keep comments in english so that other people may benefit from them.

from comfyui.

lingkops4 avatar lingkops4 commented on June 27, 2024

知道什麼時候會修復這個問題嗎? <3我的工作流程停止工作:(

可以暫時回滾到提交ffc4b7c

  git checkout ffc4b7c

當你想返回時 - 只需將分支切換到 master

  git checkout master

thx working

from comfyui.

Gourieff avatar Gourieff commented on June 27, 2024

Fixed Gourieff/comfyui-reactor-node@a7ae669
Closing the Issue

from comfyui.

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.