DavideAlidosi
DavideAlidosi
> I am not a professional developer, but a possible solution would be: just replace > > `prompt = gr.Textbox(label="Prompt", elem_id="promptgen_prompt", show_label=False, lines=2, placeholder="Beginning of the prompt (press Ctrl+Enter or...
These on my 1.8.0: ``` ** Error loading script: deforum.py Traceback (most recent call last): File "L:\WebUI\webui\modules\scripts.py", line 527, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "L:\WebUI\webui\modules\script_loading.py", line 10, in load_module...
> @DavideAlidosi you can pip install basicsr then you will get the same error as the rest of us. Thanks, but now instead of: `ModuleNotFoundError: No module named 'basicsr'` I...
Same here, Windows 10.
I've found a fix, just need to copy system\python\Lib\site-packages\diffusers folder from 1.7.0 to 1.8.0 installation. Probably just need to update this dependency into a new commit. Bests.
> Hi, After installation using depthmap2mask I always get Error., Some different one. It deepens on what kind of model I use. Three types of Errors: > > 1. TypeError:...
This maybe is the same problem: https://github.com/thygate/stable-diffusion-webui-depthmap-script/issues/319 In any case actually looks like midas_v21_384 works
Thanks for support, actually also I even know where to start... In any case I'll try to figure out something in the future.
Personally, and I think I am not the only one, I am really disappointed with the visual performance of SDXL, especially when using the Hires Fix, which consistently returns an...
Thank you very much for checking this, I will try to propose the change directly on the WebUI.