Closed JodanJodan closed 1 year ago
How is vit4 being selected for generation? Are you loading inpainting perhaps?
I have tried to reproduce this problem, including submitting txt2img jobs with the model erroneously set as "stable_diffusion_inpainting". But with the latest code and environment as at Friday 10th March, everything seems ok.
Could you share your bridgeData.yaml ? And ensure you have done git pull
and .\update-runtime.cmd
Bridge was already running w/ f4b0b52; haven't encountered this issue since, so could be resolved. Bridge logs from the same time:
WARNING | 2023-03-09 18:27:31.379645 | worker.jobs.stable_diffusion:start_job:182 - Model stable_diffusion_inpainting chosen for txt2img or img2img gen, switching to ViT-L/14 instead.
DEBUG | 2023-03-09 18:27:31.381649 | worker.jobs.stable_diffusion:start_job:225 - txt2img (ViT-L/14) request with id 1ac78671-b335-44d6-9699-0ac1ff597986 picked up. Initiating work...
INFO | 2023-03-09 18:27:31.381649 | worker.jobs.stable_diffusion:start_job:339 - Starting generation: ViT-L/14 @ 512x512 for 30 steps. Prompt length is 51 characters And it appears to contain 0 weights
ERROR | 2023-03-09 18:27:31.384936 | worker.jobs.stable_diffusion:start_job:353 - Something went wrong when processing request. Please check your trace.log file for the full stack trace. Payload: {'prompt': 'Cortana, full body, face, Big ass, Big breast, anus', 'height': 512, 'width': 512, 'seed': '282081520', 'tiling': False, 'n_iter': 1, 'batch_size': 1, 'save_individual_images': False, 'save_grid': False, 'ddim_steps': 30, 'sampler_name': 'k_euler_karras', 'cfg_scale': 7.0, 'hires_fix': False, 'request_type': 'txt2img', 'model': 'ViT-L/14'}```
I'm closing this as an anomaly during various horde/worker updates. Please reopen if you see this again.
Worker is getting forced into maintenance mode due to repeated ViT-L/14 failures.
trace.log :