ComfyUI_ExtraModels icon indicating copy to clipboard operation
ComfyUI_ExtraModels copied to clipboard

Any possibility to support 900M param Pixart Sigma models?

Open jwooldridge234 opened this issue 1 year ago • 2 comments

PsuedoTerminal is doing some really interesting work with expanding the model depth from 28 -> 42 and finetuning on new data, for example: https://huggingface.co/ptx0/pixart-900m-1024-ft

I tried hacking the code to increase the depth, but while I could get it loading and eliminated the missing/dropped keys error (by modifying the depth values across all the files), there was clearly a render error- sort of recognizable shapes with a lot of noise and distortion. Maybe someone smarter than me can take a crack at this?

jwooldridge234 avatar Jun 20 '24 15:06 jwooldridge234

https://github.com/city96/ComfyUI_ExtraModels/pull/65 this is being worked on right now.

GavChap avatar Jun 23 '24 18:06 GavChap

This is now merged, so you can now use 900M and 600M sigma models in ComfyUI_ExtraModels

GavChap avatar Jun 25 '24 10:06 GavChap