zixaphir / Stable-Diffusion-Webui-Civitai-Helper

Stable Diffusion Webui Extension for Civitai, to manage your model much more easily.
175 stars 24 forks source link

[Bug] - Buttons shows on only 14 model cards while others don't, and when click on buttons, they do nothing #83

Closed suonnon closed 4 months ago

suonnon commented 4 months ago

Have you read document?

Yes

Have you checked console log window's msg?

Yes, all normal

Describe Issue

Related to the issue "Button does not show on model cards - A1111 ver 1.8RC", the issued was fixed but not completely. The buttons only shows on my 14 model cards, while other doesn't. And when I click on the buttons, they don't do anything.

And the buttons disappeared after press the "refresh page" button on the A1111 webui.

Screenshot for UI issue

Console log's msg or screenshot for function issue

Eversor commented 4 months ago

My buttons (like use prompt from original image) don't show up either since today.

Eversor commented 4 months ago

I was able to fix it by checking the java log and modifying the civitai_helper.js at line 872 to read: search_term = search_term_nodes[0].textContent rather than search_term = search_term[0].textContent

zixaphir commented 4 months ago

I apologize. I overlooked double-checking the current stable webui release when updating for the upcoming version. Should be fixed now.

suonnon commented 4 months ago

I apologize. I overlooked double-checking the current stable webui release when updating for the upcoming version. Should be fixed now.

@zixaphir Just take your time bro. Thanks for brilliant fork! I love your fork more than the original version. Also love the quick support even this is free!!!