Closed illtellyoulater closed 1 year ago
You need to edit the file C:\Users\username\desktop\stable-diffusion-webui\modules\sd_samplers.py such that the line 26 looks like this:
from modules.sd_samplers_common import single_sample_to_image
but, will this cancel out the recent samplers reorganization/optimization added with recent commits?
also, line 26 of sd_samplers.py currently looks like this:
sampler.config = config
are you sure that's the line I should edit?
You're right. This is the right line number, but the wrong file.
You should edit this one: C:\Users\username\desktop\stable-diffusion-webui\extensions\stable-diffusion-webui-prompt-travel\scripts\prompt_travel.py
And it won't cancel any recent change done to automatic1111 webui, since the file is part of prompt-travel extension.
@dchatel seems to work, many thanks! :)
(reopening this since it was also related to Sonar, which is still not working)
It got fixed in sonar, 7 hours ago: https://github.com/Kahsolt/stable-diffusion-webui-sonar/issues/4
Is there an existing issue for this?
What happened?
After git pulling webui latest commits I'm getting the below webui errors related to Sonar and Prompt Traveler extensions. Can anyone help fixing these?
I already updated all extensions in the extensions tab.
I am currently on 2c1bb46c7ad5b4536f6587d327a03f0ff7811c5d on Windows 10.
Not sure when this started happening but until a couple of days ago everything was working without problems.
I am no expert of this codebase but from the error messages it apparently has to do with changes to samplers code? This was also happening with the Step Animation extension which returned similar errors, but a recent extension update fixed it so this is possibly another clue indicating that these extensions are failing to catchup with some change in webui code?
Steps to reproduce the problem
as documented above
What should have happened?
extensions should load
Commit where the problem happens
2c1bb46c7ad5b4536f6587d327a03f0ff7811c5d
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Brave
Command Line Arguments
List of extensions
DreamArtist-sd-webui-extension - https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git
StylePile - https://github.com/some9000/StylePile
a1111-sd-webui-haku-img - https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git a1111-sd-webui-tagcomplete - https://github.com/DominikDoom/a1111-sd-webui-tagcomplete
batch-face-swap - https://github.com/kex0/batch-face-swap.git
deforum-for-automatic1111-webui - https://github.com/deforum-art/deforum-for-automatic1111-webui
depthmap2mask - https://github.com/Extraltodeus/depthmap2mask.git
embedding-inspector - https://github.com/tkalayci71/embedding-inspector.git model-keyword - https://github.com/mix1009/model-keyword
openOutpaint-webUI-extension - https://github.com/zero01101/openOutpaint-webUI-extension
sd-dynamic-prompts - https://github.com/adieyal/sd-dynamic-prompts
sd-extension-steps-animation - https://github.com/vladmandic/sd-extension-steps-animation
sd-infinity-grid-generator-script - https://github.com/mcmonkeyprojects/sd-infinity-grid-generator-script.git sd-webui-model-converter - https://github.com/Akegarasu/sd-webui-model-converter sd_dreambooth_extension - https://github.com/d8ahazard/sd_dreambooth_extension
sd_smartprocess - https://github.com/d8ahazard/sd_smartprocess
seed_travel - https://github.com/yownas/seed_travel.git stable-diffusion-webui-aesthetic-image-scorer - https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer
stable-diffusion-webui-depthmap-script - https://github.com/thygate/stable-diffusion-webui-depthmap-script.git
stable-diffusion-webui-embedding-editor - https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git
stable-diffusion-webui-images-browser - https://github.com/yfszzx/stable-diffusion-webui-images-browser stable-diffusion-webui-inspiration - https://github.com/yfszzx/stable-diffusion-webui-inspiration
stable-diffusion-webui-instruct-pix2pix - https://github.com/Klace/stable-diffusion-webui-instruct-pix2pix.git
stable-diffusion-webui-prompt-travel - https://github.com/Kahsolt/stable-diffusion-webui-prompt-travel.git stable-diffusion-webui-sonar - https://github.com/Kahsolt/stable-diffusion-webui-sonar.git
Console logs