Donald Nixon
Donald Nixon
> That extension however does crash for me on both A1111 and forge. > > ``` > *** Error loading script: easy_stablecascade_diffusers.py > Traceback (most recent call last): > File...
Someone just bought this up in MacAdmins slack, the code to fix it required adding the -x86 at the end of the file name, and removing the .app from the...
Are you using hd-18 or hd-17 @Baumkuch3n? I've also encountered errors when trying to load HD-18 saying theres nothing in the state_dict yet the same script loads hd-17 fine...
Same as #30 and #32
@Kuroseji - you were correct about the assertion it was with the UI. The sygil-dev webui had the same issue, and has since been updated to fix the issue (was...
Script used: import time import torch import PIL from codeformer import CodeFormer from nataili.util.logger import logger model_name = "CodeFormers" logger.init(f"Model: {model_name}", status="Loading") model = CodeFormer( weights=None, upscale=1, ).to(torch.device("cuda")) logger.init_ok(f"Loading {model_name}",...
Results: INIT | Success | Loading CodeFormers INIT | Success | Job Completed. Took 2.1888020038604736 seconds INIT | Success | Job Completed. Took 0.8321239948272705 seconds INIT | Success | Job...
Workaround found - put the model=CodeFormer() command inside the loop and refreshing it each time works...
Is there an ETA for the resolution on this?
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/706d5944a075a6523ea7f00165d630efc085ca22 @n00mkrad - I think