A1111 webui supports the ability to use two different prompts. One prompt is for normal image generation, and the other prompt is for the 'Hires fix' step. This change resulted in significant modifications to the txt2img code, primarily in theprocess_images_inner(p: StableDiffusionProcessing)...
I think I found the issue on my end w/ this error - using the embedding from herehttps://huggingface.co/datasets/Nerfgun3/bad_promptas(bad_prompt:0.8)in Negative Prompts seems like the culprit, removing it fixed the error completely. ...
done. Model loaded in 19.4s (load weights from disk: 1.2s, create model: 0.4s, apply weights to model: 13.1s, apply float(): 1.1s, load VAE: 1.2s, load textual inversion embeddings: 1.2s, calculate empty prompt: 0.9s). WARNING:tensorflow:From E:\AIdraw\stable-diffusion-webui\venv\...
negative_prompts, p.steps, cached_uc) File "F:\stable-diffusion-webui\modules\processing.py", line 570, in get_conds_with_caching cache[1] = function(shared.sd_model, required_prompts, steps) File "F:\stable-diffusion-webui\modules\prompt_parser.py", line 140, in get_learned_conditioni...
File"E:\sd-webui-aki\sd-webui-aki-v4\modules\sd_hijack_unet.py", line 48,inapply_modelreturnorig_func(self, x_noisy.to(devices.dtype_unet), t.to(devices.dtype_unet), cond,**kwargs).float() File"E:\sd-webui-aki\sd-webui-aki-v4\repositories\stable-diffusion-stability-ai\ldm\mo...
samples_ddim = p.sample(conditioning=c, unconditional_conditioning=uc, seeds=seeds, subseeds=subseeds, subseed_strength=p.subseed_strength, prompts=prompts) File "G:\SUPERSTABLEDIFFUSION\SUPER STABLE DIFFUSION\stable-diffusion-webui\modules\processing.py", line 664, in sample ...
ERROR Error loading model weights: /home/jw/store/src/automatic/models/Stable-diffusion/sd_xl_base_0.9.safetensors Error(s) in loading state_dict for LatentDiffusion: When I turn change "Stable Diffusion backend" to "diffusers", it does not crash on loading base model, but also gives an ...
in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Collecting accelerate==0.16.0 Downloading accelerate-0.16.0-py3-none-any.whl (199 kB) Requirement already satisfied: albumentations==1.3.0 in ./venv/lib/python3.8/site-packages (from -r /chaos/dev/stable-diffusion-webui/...
2023/06/29: Stable Diffusion WebUIv supports MobileSAM. 2023/06/28: Grounding-SAM supports MobileSAM with Grounded-MobileSAM. 2023/06/27: MobileSAM has been featured by AK, see the link AK's MobileSAM tweet. Welcome to retweet. ⭐ How is MobileSAM trained? MobileSAM is trained on ...
this bug is random,the Temporary resolution is delete some prompts,it can work well。 Steps to reproduce the problem img2img ->batch . ... openpose controlnet What should have happened? no random bug Commit where the problem happens