-
I get the following error when running the txt2img.py using these arguments:
```
"args": ["--prompt", "a professional photograph of an astronaut riding a horse",
"--ckpt", "checkpoints/em…
-
It took a bit of tracing through the callstack to find out what was the matter when I ran certain img2img parameters (such as ddim_steps = 27 and strength = 1), but I believe it is this line in util.p…
-
Thank you for the project, it's definitely worth learning from~~ / 感谢大佬的项目,非常值得学习 ~~!
大老: 测试中发现这些问题,其它的都可以跑通没问题 / Da Lao: These issues were found during testing, but everything else can run smoothl…
-
i had tried to replace
```
z_enc = sampler.stochastic_encode(init_latent, torch.tensor([t_enc]*batch_size).to(device))
samples = sampler.decode(z_enc, c, t_enc, unconditional_guidance_scale=opt.s…
-
**Please describe the problem you are trying to solve.**
Currently, we save the values and gradients of a data in a component-oriented way.
Let
* `msize` be the mesh vertex count
* `mdim` be …
-
Hi, I am getting this error, what's the cause ? is it XFORMERS?
Error occurred when executing DynamiCrafterI2V:
No operator found for `memory_efficient_attention_forward` with inputs:
que…
-
Attempting to run charl-e on my M1 macbook pro and it fails to move past initialization.
Logs show:
```
usage: txt2img [-h] [--prompt [PROMPT]] [--outdir [OUTDIR]] [--skip_grid] [--skip_save]…
-
First of all, thank you for making SD publicly available! I’d like to give back a little.
While evaluating SD I found out that there is an additional way to speedup image generation - besides less …
-
Hello, I think you understand Diffusion better than me, so I want to discuss with you and see if you can solve my problem.
Here is the situation:
when I run this diffusion project for segmentation t…
-
Hi! Composing the ``CFG style" noise is a great idea.
I wonder if using a specific interpolation of two noises, instead of just taking the mean, can achieve better performance. What about the spher…