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

[Bug]: Mov2Mov didnt working with the latest version 1.8.0 #15088

Open
babishutdown opened this issue Mar 2, 2024 · 17 comments
Open

[Bug]: Mov2Mov didnt working with the latest version 1.8.0 #15088

babishutdown opened this issue Mar 2, 2024 · 17 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@babishutdown
Copy link

babishutdown commented Mar 2, 2024

Mov2Mov plugin didnt working with the latest version 1.8.0

what should i do? please fix it, thanks

@babishutdown babishutdown added the bug-report Report of a bug, yet to be confirmed label Mar 2, 2024
@CalladsEssence
Copy link

I seem to have the same problem. Step to reproduce:

  • Start A1111
  • click tab mov2mov
  • load video (can be played) + enter prompt
  • click Generate
    What happens is: Generate button is being replaced by 2 buttons: Interrupt and Skip.
    Then nothing happens. Console log stays as before, no new entries.
    Buttons Interrupt and Skip do also nothing. (Must restart to get the Generate button back)

Last successful mp4 generated on 28 Feb, 2024 at 9 PM. (Was the update to 1.8 available around that time?)

@Kokoroshinobi75
Copy link

Downgrade version to 1.7 with add Line in webuser.bat:
Git reset --hard cf2772f
Working for me.
While waiting for fix or a New version

@CalladsEssence
Copy link

Downgrade version to 1.7 with add Line in webuser.bat: Git reset --hard cf2772f Working for me. While waiting for fix or a New version

Just tried it and it works! Thank you for this! :) Also proves the error is indeed 1.8 related, right?

@KHABEL
Copy link

KHABEL commented Mar 13, 2024

As a quick fix edit javascript/ui.js line 125.
Replace with:

try{ gradioApp().getElementById(tabname + '_interrupting').style.display = showInterrupting?'block':'none';} catch(e){}

profit.
You are welcome :-)

@nurhidayat86
Copy link

As a quick fix edit javascript/ui.js line 125. Replace with:

try{ gradioApp().getElementById(tabname + '_interrupting').style.display = showInterrupting?'block':'none';} catch(e){}

profit. You are welcome :-)

Proven.. Thanks A Lot

@Diavoliko-Infenno
Copy link

If I downgrade to version 1.7 text-image and image-to-image also stop working, adding line 125 doesn't work either.
Does anyone know anything else?

@starvingbum
Copy link

same issue here, hoping a fix gets put out

@saleen98r
Copy link

Adding the 125 line with the new one and restarting the console worked. Thank you!

@ElKillThisLove
Copy link

Not working for me, I use ForgeUI and I have nothing in the line 125, I try to added but nothing

@therealmutiyu
Copy link

As a quick fix edit javascript/ui.js line 125. Replace with:

try{ gradioApp().getElementById(tabname + '_interrupting').style.display = showInterrupting?'block':'none';} catch(e){}

profit. You are welcome :-)

works for me, thx!

@akashdeepchand
Copy link

As a quick fix edit javascript/ui.js line 125. Replace with:

try{ gradioApp().getElementById(tabname + '_interrupting').style.display = showInterrupting?'block':'none';} catch(e){}

profit. You are welcome :-)

Thanks a lot, worked for me <3

@Zaferturan
Copy link

Zaferturan commented Apr 14, 2024

As a quick fix edit javascript/ui.js line 125. Replace with:
try{ gradioApp().getElementById(tabname + '_interrupting').style.display = showInterrupting?'block':'none';} catch(e){}
profit. You are welcome :-)

Thanks a lot, worked for me <3

its worked for me but after 1.9.0 sd web ui update. doesent work again :(

this the new ui.js after 1.9.0 update

Ekran görüntüsü 2024-04-15 002152

@ccas010
Copy link

ccas010 commented Apr 15, 2024

After the 1.9.0 update for A1111 the thab MOV2MOV isn't showing at all

@wallyma
Copy link

wallyma commented Apr 30, 2024

and...

@Luly-bit
Copy link

Me too isn't showing at all

@garonnoori
Copy link

garonnoori commented Jul 2, 2024

I'm currently using version: v1.9.4. I experienced the same issue and solved it through the article linked below.

Scholar01/sd-webui-mov2mov#145

@emotionaldreams
Copy link

for me it corrupts the extra networks and extensions areas. neither show anything. no cards show in extra networks. and extension tab is tuck on "loading". so extentions installed don't show. soon as i move the mov2mov folder out, everything goes back to normal

extra networks
Screenshot (4)

extentions
Screenshot (5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests