Repo:
https://github.com/lrzjason/Comfyui-DiffusersUtils
Download GLM Image Model:
https://huggingface.co/zai-org/GLM-Image
Install latest libraries
pip install git+https://github.com/huggingface/transformers.git
pip install git+https://github.com/huggingface/diffusers.git
pip install git+https://github.com/huggingface/peft.gitDescription
FAQ
Comments (5)
Hey there! Thank you for making this. Are you going to do an image to image workflow in the future?
It is able to do image2image using the workflow. Just load the image in and connect to prior token generation and sampling
RelvenJan 20, 2026
@xiaozhijason in the Diffuses Sampling ?
@Relven yes
PabloFGJan 31, 2026
edit doesnt seem to work..
Prior token generation failed: cat() received an invalid combination of arguments - got (BaseModelOutputWithPooling, dim=int), but expected one of: (tuple of Tensors tensors, int dim = 0, , Tensor out = None) (tuple of Tensors tensors, name dim, , Tensor out = None)
Am I missing something?

