File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020from flaxdiff .inputs import DiffusionInputConfig
2121from flaxdiff .utils import defaultTextEncodeModel , RandomMarkovState
2222from flaxdiff .samplers .euler import EulerAncestralSampler
23- from .utils import parse_config , load_from_wandb_run , load_from_wandb_registry
23+ from flaxdiff . inference .utils import parse_config , load_from_wandb_run , load_from_wandb_registry
2424
2525@dataclass
2626class InferencePipeline :
@@ -51,9 +51,9 @@ class DiffusionInferencePipeline(InferencePipeline):
5151 model_output_transform : DiffusionPredictionTransform = None
5252 autoencoder : AutoEncoder = None
5353 input_config : DiffusionInputConfig = None
54+ wandb_run = None
5455 samplers : Dict [Type [DiffusionSampler ], Dict [float , DiffusionSampler ]] = field (default_factory = dict )
5556 config : Dict [str , Any ] = field (default_factory = dict )
56- wandb_run = None
5757
5858 @classmethod
5959 def from_wandb_run (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " flaxdiff"
7- version = " 0.2.6"
7+ version = " 0.2.6.1 "
88description = " A versatile and easy to understand Diffusion library"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments