multidiffusion-upscaler-for-automatic1111
multidiffusion-upscaler-for-automatic1111 copied to clipboard
it report some error when I use it?
Sorry but when I try them in t2i or i2i (defalut settings),it always report" RuntimeError: Cannot set version_counter for inference tensor", is any mistake I have made ?
I haven't enable the controlnet when I use multdiffusion and tlied VAE.
ERROR REPORT:
_Traceback (most recent call last):
File "H:\stable-diffusion-webui-directml\modules\call_queue.py", line 56, in f
res = list(func(*args, **kwargs))
File "H:\stable-diffusion-webui-directml\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "H:\stable-diffusion-webui-directml\modules\img2img.py", line 171, in img2img
processed = process_images(p)
File "H:\stable-diffusion-webui-directml\modules\processing.py", line 486, in process_images
res = process_images_inner(p)
File "H:\stable-diffusion-webui-directml\modules\processing.py", line 577, in process_images_inner
p.init(p.all_prompts, p.all_seeds, p.all_subseeds)
File "H:\stable-diffusion-webui-directml\modules\processing.py", line 1017, in init
self.init_latent = self.sd_model.get_first_stage_encoding(self.sd_model.encode_first_stage(image))
File "H:\stable-diffusion-webui-directml\modules\sd_hijack_utils.py", line 17, in
I also encountered this problem,My graphics card is AMD
Do not enable VAE to GPU. I use AMD card and if I enable VAE to GPU I also get same error message. disable VAE to GPU can work but the generated image has a small color block.By the way, I am currently using the dev branch. It would be even better if the color block issue could be resolved.Currently, the generated images all have a color block in the lower left corner. However, the speed of generating images with this project is really fast(i2i)
VAE to GPU
I am using AMD gpu too, can you explain me how disable it in pytorch project? I am trying of using DirectMl in the other people project. Thank u very much