Peter-Kocsis / IntrinsicImageDiffusion

Intrinsic Image Diffusion for Single-view Material Estimation
Other
178 stars 15 forks source link

LatentFinetuneDiffusion #7

Closed jiayuanlu closed 6 months ago

jiayuanlu commented 6 months ago

Hi! Thank you for your great work! I am trying to run the inference of Material Diffusion stage, but there is no ldm folder. Is that from StableDiffusion? Thanks!

Peter-Kocsis commented 6 months ago

Hi, yes, the ldm package is part of the stable-diffusion-sdkit: pip install stable-diffusion-sdkit==2.1.5 --no-deps

jiayuanlu commented 6 months ago

Thanks! It works!