-
[Scalable Diffusion Models with Transformers](https://arxiv.org/pdf/2212.09748)
Due to the remarkable achievements of Google AlphaFold 3, it also uses DiT, which combines Diffusion and Transformers…
-
Suggestions for Stable Diffusion Models to add (must be in some API or Stable Horde so that we keep the GPU requirement nonexistent)
If you want to check out what models I can add from Stable Horde…
-
菜鸡运行的时候遇到的问题,但不知道是哪里可能有问题
Traceback (most recent call last):
File "run_gaussian_shading.py", line 148, in
main(args)
File "run_gaussian_shading.py", line 21, in main
pipe = Inversabl…
-
Since the current VAEs and GANs don't look satisfactory, you might want to try some diffusion models. Hugging Face's [diffusers](https://github.com/huggingface/diffusers) will be a good starting point…
-
[sd3.5_medium-Q8_0.gguf](https://huggingface.co/city96/stable-diffusion-3.5-medium-gguf/blob/main/sd3.5_medium-Q8_0.gguf)
Crash after execution
koboldcpp_cu12-1.78.exe
![微信截图_20241120123222](https:…
-
**Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like.**
As the paper stated, DCAE can achieve awesome results using lower latent dimensions. …
-
(my code)
samples = sampler.decode(z_enc, c, t_enc, unconditional_guidance_scale=opt.scale)
stack trace w/o pytorch forward and grad calls
File "/home/model-server/stable-diffusion/ldm/models/diff…
-
The app is crushing with no error when I apply this LORA:
https://civitai.com/models/251417
`sd -m "D:\Stable-diffusion\ComfyUI\models\checkpoints\SDXL\himerosxl_v206.safetensors" --lora-model-…
-
### Feature Name
Research about Stability.ai
### Feature Description
This a research about Stability.ai, learning more about its supported models, how it is used and many more
### Motivati…
-
I believe the below MWE should work according to the `ScalarDiffusivity` docstring, but from the error it seems to be expecting `funky_diffusion(x, y, z, t)` instead of `funky_diffusion(x, y, z, t, p)…