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
86 stars 6 forks source link

Timestep Acquisition Failure #13

Closed lzardy closed 11 months ago

lzardy commented 12 months ago

The current build fails to acquire the proper time step for the sigma of the sampler. This is because of a recent change in ComfyUI samplers where the CompVisVDenoiser was removed from the project in favor of internal classes. The functionality of acquiring time step given sigma still remains, making this an easy fix.

chrisgoringe commented 12 months ago

This ^