Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diffuser.T is being ignored #263

Open
markf94 opened this issue Aug 2, 2024 · 1 comment
Open

diffuser.T is being ignored #263

markf94 opened this issue Aug 2, 2024 · 1 comment

Comments

@markf94
Copy link

markf94 commented Aug 2, 2024

I've been trying to change the total number of timesteps of my RFDiffusion runs and I noticed that changing diffuser.T in the config file has absolutely no impact on the actual run. It's always using 50 timesteps and I only have the ability to stop earlier with inference.final_step. Is that expected behaviour? Is the diffuser.T fixed at training time? If that's the case, why is it listed as a parameter in the config file?

@roccomoretti
Copy link
Member

Where are you changing the value? If I pass diffuser.T=XYZ on the run_inference.py command line, I get a "WARNING: You are changing diffuser.T from the value this model was trained with. Are you sure you know what you are doing?" message printing after the "USING MODEL CONFIG" lines, and then the "Timestep ..., input to next step:" lines count down from my specified values. (Though the 'USING MODEL CONFIG: self._conf[diffuser][T] = 50' does get printed out.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants