comfyanonymous

Results 503 comments of comfyanonymous

If that's the case the right fix is adding a: ``` if directml_enabled: return False ``` Here: https://github.com/comfyanonymous/ComfyUI/blob/master/comfy/model_management.py#L630

do you have a test file for this or a way to create one?

Is this good to merge?

Can you post a lora file in that format?

https://github.com/comfyanonymous/ComfyUI/commit/ac151ac1698624bc4e321addb8c126069aced4b0 Not sure what your lora is supposed to do so let me know if this works.

If you get warnings about \_unet_ keys it means that lora is for an older SD version not SD3.

For the diffusion model code itself there's a few things you can do to make it easier for me to implement it properly: Have a minimal implementation of the model...

Your IS_CHANGED should look like: `def IS_CHANGED(s, image):` I made it print something when that happens: https://github.com/comfyanonymous/ComfyUI/commit/05a9f3faa1ac4236705681cdf5f289267f4d3b9a