-
In ddim.py, is there any implementation of this todo part: deterministic forward pass?
if mask is not None:
assert x0 is not None
img_orig = self.model.q_sample(x0, …
-
Hi!
Thanks for the great work here.
When working with class-conditioned diffusion, the available inferers don't offer an input of class_label, only a concat or crossatn based context. However the …
-
作者您好:
以下是我遇到的问题,望能得到解答。
def ddim_sample(self, batched_inputs, backbone_feats, images_whwh, images, clip_denoised=True, do_postprocess=True):
batch = images_whwh.shape[0]
shap…
-
Thank you for your excellent work—congratulations!
I have two questions I hope you can help me with:
**Baseline Results Confusion**: In Table 1, the super-resolution result for the CelebA data…
-
Hi @robert-graf,
Thank you for this wonderful reference implementation. I'm trying to infer and save the sampled image for afhq dataset. Below is my code adapted from your mnist inference code. …
-
I try to use clip text guidance instead of CFG in SD-Style, but the result seems not satisfatory, could u please help me find what's going wrong? Here is the code, I only change three lines in the fil…
-
Hi~, I wonder to know what the DDIM does in the `ddim_step` of Algorithm 2 of the paper.
Could you describe intuitionally how the DDIM changes the `pred_bboxes`.
I don't get why DDIM can improve the…
-
It's an error when I run image_train.py My torch version is 1.7.1+cu110
Traceback (most recent call last):
File "scripts/image_train.py", line 83, in
main()
File "scripts/image_train.py",…
-
Didn't find the code for DDIM inversion, but DDIM sampling directly from noise, why is that?
@torch.no_grad()
def __call__(
self,
prompt: Union[str, List[str]],
mot…
-
After installing this extension through the Extensions tab in Forge, upon restarting I get:
```
*** Error loading script: ditail_ext.py
Traceback (most recent call last):
File "D:\AI\w…