-
Hello, I'm not very familiar with ComfyUI, but I'm experimenting with a workflow that uses some of your nodes. I specifically need the 'Tiled VAE Encode' node. However, when I try to add this node and…
-
### Issue description
In the backbone of GPVAE, a different path is taken depending on whether IWAE is used or not.
In the case K=1, the elbo is [updated like this](https://github.com/WenjieDu/PyP…
-
![zzzxzxz](https://github.com/user-attachments/assets/a0cf25e4-74cc-46a1-bdfd-ad1e63d1b357)
Used to be just Scheduler but I converted that to widget and it worked
After the latest ComfyUI update, …
-
Hello. Did all as described in manual.
Python 3.8
pip install -r requirements.txt all fine
Loadaded vgg.pth
Prepared mnist dataset.
But while training VQVAE got this error
(.conda) (bas…
-
## PointToTarget
![image](https://user-images.githubusercontent.com/37138496/46577223-9b685080-ca1c-11e8-8e9b-a68c9e1cef78.png)
![image](https://user-images.githubusercontent.com/37138496/46577230-c…
-
-
GPU: NVIDIA H20
音频长度: 1分30秒
音频格式: wav
图片格式: png
图片大小: 208K, 525x526, 25 fps, 25 tbr, 25 tbn
分支: main
配置:
## configs/prompts/animation_acc.yaml
## dependency models
pretrained_base_mod…
-
Here is a minimal example:
```
from comfy_script.runtime.real import *
load()
from comfy_script.runtime.real.nodes import *
import comfy.model_management
from comfy.model_management import xfo…
-
When using Flux, I choose the correct radio button, select all the VAEs, and all I get is a black image for some unknown reason (that or a diffuse image even at 20 steps). To save time I included a sc…
-
Hi,
When using beta_VAE for my own dataset, I'm not sure how I could set values for gamma and max_capacity. Should I just use the default one? Or is there any rule for setting them? Does anyone have …