ariel415el
ariel415el
Hi, I want to elaborate on #2: The sampling algorithm in your paper is a bit different that what shown in the paper. The paper suggests this sample step  while it should be q(x_t|x_0).
Hey @GaParmar and @junyanz ! 👋 Good work on this project I was very impressed by the reconstruction quality of the suggested inversion process. The images actually look better that...
Hi, I think the filename for "cats" is wrong here: https://github.com/adobe-research/sam_inversion/blob/4852a2a033ac5af981f91b9eb2baa3df6e2229fa/src/sam_inv_optimization.py#L117 Since there is only "e4e_cats.pt" in https://www.cs.cmu.edu/~SAMInversion/ckpt/ But I think this one is bad too as I'm not able...
I'm running `python src/sam_inv_optimization.py --image_category "cars" --image_path car1.jpg --output_path "output/cars/" --sweep_thresholds --generate_edits` where car1.jpg is a 1200x800 rgb image. I get the following errors: ```Traceback (most recent call last): File...
Hey @lhoyer ! 👋 This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using...
Hi Your implementation as all others I saw clips the model output: https://github.com/hmdolatabadi/denoising_diffusion/blob/392d59a95a85b0ac19918c9b3174d1a71be1c5d1/lib/diffusion.py#L172 This is does not show in the paper but seem crucial for image quality.. Can you explain...