ysharma HF staff commited on
Commit
f488a10
1 Parent(s): efa8443
Files changed (1) hide show
  1. util2.py +1 -1
util2.py CHANGED
@@ -15,7 +15,7 @@ import torch.nn as nn
15
  import numpy as np
16
  from einops import repeat
17
 
18
- from ldm.util import instantiate_from_config
19
 
20
 
21
  def make_beta_schedule(schedule, n_timestep, linear_start=1e-4, linear_end=2e-2, cosine_s=8e-3):
15
  import numpy as np
16
  from einops import repeat
17
 
18
+ from util import instantiate_from_config
19
 
20
 
21
  def make_beta_schedule(schedule, n_timestep, linear_start=1e-4, linear_end=2e-2, cosine_s=8e-3):