Open Lizb6626 opened 2 years ago
I changed the default value of learnable_cf
from False
to True
in DiffusionTransformer
Constructor (diffusion_transformer.py line82) and fixed this problem. The config file or something should be modified to be compatible with the classifier-free version.
you should set "learnable_cf = False" in function inference_generate_sample_with_condition(...)
When I run the code below, I get an AttributeError.
The whole error traceback is as follows.