-
Well, thanks a lot for your work. It's fantastic.
I'm now trying to identify the 1D Terzaghi Consolidation Equations (u_t = a*u_xx), but I met some problems. The accuracy is not very good, the PDE…
-
I trained a couple of models with the pytorch version of StyleGAN 2 ADA and want to use them with SeFa. Most of them run fine, but using models that are based on the transfer learning sourcenet models…
-
Hi RFDiffusion! I am meeting an error by running the `examples/design_ppi.sh` which said `missing 2 required positional arguments: 'd_time_emb' and 'd_time_emb_proj'`
Any idea how to deal with this…
-
I am trying to test the model in a Real Time video process engine, before that I need to transform the model into onnx
Can I use a python script like this:
```python
import re
import os
import to…
-
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…
-
I would like to modify the critic of the Network with the purpose of not only working as a discriminator but also as an auxiliar classifier. Therefore, I would like the last layer of the critic to out…
-
Can I Know the version of PyTorch?
When I train RTGNN, RuntimeError has occurred in line 246 (total_loss.backward()).
How can I fix this issue?
Details about error are as follows.
one of the…
-
@michelucci ,
In page 32 of this book, the y should be y_noise.
![image](https://user-images.githubusercontent.com/10125111/220229851-fb27203a-175a-4505-ad8d-e13aa13d7c13.png)
## The corrected …
-
other no tiled KSampler work well , but TiledKSampler not work.
Error occurred when executing BNK_TiledKSamplerAdvanced:
'T2IAdapter' object has no attribute 'control_model'
File "D:\ComfyUI_…
-
Heyyy Author,
Big fan of Animatediff,
I updated to the new Rewrite of IP adaptor node, and it broke,
I tried both Gen 1 and Gen 2 nodes, with Ip adaptor single and batch unfold node. No luc…