YangLing0818 / consistency_flow_matching

Official Implementation for "Consistency Flow Matching: Defining Straight Flows with Velocity Consistency"
https://arxiv.org/abs/2407.02398
131 stars 4 forks source link

[Bug] unused consistencyfm_hyperparameters #6

Open Luciennnnnnn opened 1 month ago

Luciennnnnnn commented 1 month ago

Hi, self.consistencyfm_hyperparameters is set to a fixed dict, and consistencyfm_hyperparameters argument passed to init function is ignored, is this a bug? https://github.com/YangLing0818/consistency_flow_matching/blob/ee856822b124c20c12e5e1b71b24853a76b02ea4/sde_lib.py#L34-L39