city96 / ComfyUI_ExtraModels

Support for miscellaneous image models. Currently supports: DiT, PixArt, HunYuanDiT, MiaoBi, and a few VAEs.
Apache License 2.0
394 stars 35 forks source link

Protobuf should be added to requirements.txt #74

Closed saood06 closed 4 months ago

saood06 commented 4 months ago

When I ran Hunyuan DIT 1.2 it gave this

T5Converter requires the protobuf library but it was not found in your environment [...]

Installing protobuf via pip resolved the issue.

city96 commented 4 months ago

Sorry, somehow missed this. Added it now.