You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also got this warning, and I put it here though it seems to be unrelated to the error.
The configuration file of this scheduler: DDPMScheduler {
"_class_name": "DDPMScheduler",
"_diffusers_version": "0.15.1",
"beta_end": 0.02,
"beta_schedule": "linear",
"beta_start": 0.0001,
"clip_sample": true,
"clip_sample_range": 1.0,
"dynamic_thresholding_ratio": 0.995,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"sample_max_value": 1.0,
"thresholding": false,
"trained_betas": null,
"variance_type": "fixed_small"
}
has not set the configuration `clip_sample`. `clip_sample` should be set to False in the configuration file. Please make sure to update the config accordingly as not setting `clip_sample` in the config might lead to incorrect results in future versions. If you have downloaded this checkpoint from the Hugging Face Hub, it would be very nice if you could open a Pull request for the `scheduler/scheduler_config.json` file
deprecate("clip_sample not set", "1.0.0", deprecation_message, standard_warn=False)
Thanks!
The text was updated successfully, but these errors were encountered:
Looking back after several months, using traker==0.2.2diffusers==0.15.1 makes it work, although according to the setup.pytraker 0.3.2 should also work.
I'm following the MSCOCO demo script in the folder
examples
. I got an error like this:I didn't change the initialization:
I'm using
traker 0.3.2
. Can you help me locate the bug?###############################################################
I also got this warning, and I put it here though it seems to be unrelated to the error.
Thanks!
The text was updated successfully, but these errors were encountered: