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

Fixed wrap_gradio_gpu_call import #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JacquesJooste
Copy link

Small update/fix to dream_artist_main.py

I haven't used this extension in a while, but I'm assuming the import location for wrap_gradio_gpu_call was changed recently, causing the DreamArtist tab not to load at all.

Updated to import from modules.call_queue in stead of webui. Tested and working

Small update/fix to dream_artist_main.py

I haven't used this extension in a while, but I'm assuming the import location for wrap_gradio_gpu_call was changed recently.

Updated to import from modules.call_queue in stead of webui.  Tested and working
@w-e-w
Copy link

w-e-w commented Nov 19, 2023

the issue is caused by indirectly Import of wrap_gradio_gpu_call from webui

during 1.5.x -> 1.6.x wrap_gradio_gpu_call was removed from webui.py in commit AUTOMATIC1111/stable-diffusion-webui@95821f0

so wrap_gradio_gpu_call should be directly imported from modules.call_queue


wrap_gradio_gpu_call was originally defined in webui.pybut has been moved to modules.call_queue soon after this extension release see AUTOMATIC1111/stable-diffusion-webui@0b5dcb3
so compatibility should not be an issue

@tpsjr7
Copy link

tpsjr7 commented Dec 22, 2023

thanks, the PR installs for me, can use "install from URL" on https://github.com/JacquesJooste/DreamArtist-sd-webui-extension.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants