DarthBuckeye
DarthBuckeye
Same error as OP with my setup. got prompt ERROR:root:!!! Exception during processing !!! ERROR:root:Traceback (most recent call last): File "H:\ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 155, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all)...
> I'd recommend using wsl2 with windows - https://www.youtube.com/watch?v=GuEDDBWrN24&ab_channel=ChrisAlexiuk So, your suggestion to this problem that I've never had before with any other custom node is to switch to a...
请问大神,AttributeError: 'StableDiffusionXLInstantIDPipeline' object has no attribute 'dtype' ,这个问题怎么解决?
Same issue for me. Frustrating.
请问大神,AttributeError: 'StableDiffusionXLInstantIDPipeline' object has no attribute 'dtype' ,这个问题怎么解决?
> I fixed updating diffusers.. I was with 0.21 with the same error. After installed 0.24 it got fixed Please don't hate me for asking this, but how would I...
请问大神,AttributeError: 'StableDiffusionXLInstantIDPipeline' object has no attribute 'dtype' ,这个问题怎么解决?
@rodrgomes Thank you. I appreciate you taking the time to drop your answer here. I hope it works for me, as well.
请问大神,AttributeError: 'StableDiffusionXLInstantIDPipeline' object has no attribute 'dtype' ,这个问题怎么解决?
@rodrgomes I updated my diffusers to 0.25.0 (the latest, I believe). And I was able to get past my error! Unnnnfortunately, I ran out of VRAM just before the final...
> @camoody1 wait - are you saying that we should NOT upgrade pytorch-lightning 1.7.7 and instead change the ddpm.py file? I've always wondered what would happened if i upgrade but...
It would be helpful to share which font it is and where you got it so the dev might have a better opportunity to assist you.
> Sequential CPU offload removes the model from VRAM, so after each generated image the model would have to be reloaded from disk. I don't know if this is a...
> This PR solves it for me: [ZHO-ZHO-ZHO/ComfyUI-InstantID#87](https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/pull/87) That is why I added it to ZHO's unofficial solution which level_2 optimisation/offloading works on 12GB. > > Also, we should have...