Intrinsic icon indicating copy to clipboard operation
Intrinsic copied to clipboard

Recoloring notebook raise an import error

Open sawyer7246 opened this issue 1 year ago • 0 comments

Hi, thank you so much for your work.

I've tried the recoloring notebook, it raised an import error like:

from intrinsic.model_util import load_models
ModuleNotFoundError: No module named 'intrinsic.model_util'

then I try to use the from intrinsic.pipeline import load_models instead, but there is another error raised like

----> 1 results = run_pipeline(
      2     intrinsic_model,
      3     inp,
      4     resize_conf=None,
      5     maintain_size=True

TypeError: run_pipeline() got an unexpected keyword argument 'maintain_size'

pls help ;)

sawyer7246 avatar Oct 08 '24 08:10 sawyer7246