-
I would like support for stable video diffusion in Apple Silicon GPUs
-
```python
import torch
from PIL import Image
from pyramid_dit import PyramidDiTForVideoGeneration
from diffusers.utils import load_image, export_to_video
torch.cuda.set_device(0)
model_dtype, …
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### What happened and why was it ungood?
i got errors when try in google colab today ,, " Loading MiDaS model from dpt_large-midas-2f21e586.pt...
Info: Calculating shake 'INVESTIGATION' at intensity…
-
-I installed the repository without any problems
-It appears in both extensions and settings
However, the tab for the extension does not appear in webui.
![sd](https://github.com/user-attachmen…
-
I've installed sv3d and svd.safetensors from https://huggingface.co/stabilityai/stable-video-diffusion-img2vid and https://huggingface.co/stabilityai/sv3d/tree/main
but when running scripts/sampling/…
-
Hi there, first of all nice work!
Secondly, I wanted to use this model in a slightly different way and from the paper it seemed to me that it is possible to use one **or more** reference images durin…
-
```
Traceback (most recent call last):
File "D:\stable-diffusion-webui-reForge\modules_forge\main_thread.py", line 37, in loop
task.work()
File "D:\stable-diffusion-webui-reForge\modules_f…
-
My gpu is 2080ti22G, comfyui says the cuda does not support bf16, I have to set model_dtype as fp16, Then I keep getting "nan in lantents" error. the whole log is as follows:
2024-10-12 00:05:30,…
-
Hello !
Thanks you for uploading the 768p !
But i have an error (when i try to generate a 768p video) after updating all of "Pyramid Flow Video Generation Demo":
by launching this (it"s work well…