ssitu / ComfyUI_fabric

ComfyUI nodes based on the paper "FABRIC: Personalizing Diffusion Models with Iterative Feedback" (Feedback via Attention-Based Reference Image Conditioning)
GNU General Public License v3.0
84 stars 6 forks source link

FP8 Support #24

Closed Daryl-Horton closed 8 months ago

Daryl-Horton commented 8 months ago

Any support for FP8 being planned? I get an error when attempting to use FP8:

"log_cuda" not implemented for 'Float8_e4m3fn' [FABRIC] Encountered an exception. If this is not a memory issue, please report this issue. [FABRIC] 0: weights b: 2, weights nk: 27648, nq: 77, nk: 77, h: 8, bs: 1 ERROR:root:!!! Exception during processing !!!

Thanks.

Daryl-Horton commented 8 months ago

disregard. i built a less complex workflow and it seemed to work fine on FP8 so I need to drill down into my workflow a bit further.