-
ERROR:root:Traceback (most recent call last):
File "S:\Comfy\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "S:\Com…
-
Hi! Thanks a lot for the awesome paper and implementation!
I can't get it to run on my M1 machine.
I built `pytorch` from source, with disabled CUDA options, as per https://github.com/IAMAl/PyTorc…
-
Hi! I met a problem when I tried to run the design_ppi_scaffolded.sh in the example directory:
/RFdiffusion/rfdiffusion/util.py:253: UserWarning: Using torch.cross without specifying the dim arg is d…
-
### Expected Behavior
CUDA error: operation not supported
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consi…
-
**Describe the bug**
**Additional context**
torchrun --nproc_per_node ${num_gpu_per_node} --master_port $MASTER_PORT --master_addr $MASTER_ADDR --node_rank $RANK --nnodes $WORLD_SIZE examples/py…
-
`python scripts/image_sample.py --model_path /path/to/model.pt $MODEL_FLAGS $DIFFUSION_FLAGS`
How come when I run this combination the sampled images are just static noises? I get that the mode…
-
Thanks for sharing such a very meaningful and valuable work!
I encountered some problems when reproducing this work on CIFAR10 dataset. The performance of CDDM+JSCC could not surpass that of JSCC (on…
-
what is utils.py file i Thought its generator discriminator train model but i m getting error in that please can you help me
from __future__ import print_function, division
#from keras.datas…
-
Hello, I tried to make checkpoint to save the model.
So I tried to open session with import tensorflow and saver = tf.train.Saver().
But I've got an error 'ValueError' : No variables to save.
I th…
-
Hi, nice repo, really appreciate it.
One thing is that in the implementation of Song's consistency models, before inputting sigmas in to the network, there is a rescale:
```rescaled_t = 1000 * 0.2…