-
I tested all of the models and they all worked fine, except the vnet_2d:
model.vnet_2d((128, 128, 3), filter_num=[64, 128, 256, 512], n_labels=7,
res_num_ini…
-
C:\Users\PC\miniconda3\Lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaultin…
-
Hi,
Would you please update the download link of multi_site_2d_transformer_Unet_mit_b5_0.81.pth and pmb_2d_transformer_Unet_mit_b5.pth?
Thanks
Hua
zhhsf updated
3 months ago
-
Why are the UNet parameters frozen during training for SD1v5, but not for SDXL? the haggingface training sdxl script sets " Unet.train() "
***** huggingface train sdxl *********
vae.requires…
-
Hi,
I'm currently using your API for a personnal project. While using a UNET model with "seresnet50" backbone and "encoder_freeze=False", I would like to know what does it means concretely ? How m…
tlc10 updated
4 years ago
-
So I've installed from URL the animatediff version meant for forge but the animatediff tab/options never appear in the UI. I can see from my console output that forge is expecting some model files to …
-
No such file or directory: 'dldemos/ddpm/model_unet_res.pth'
-
Hello, I read your paper and code. The paper describes the model Unet as being used to predict x0, but why is it predicting noise in the code?
![_17260496019171](https://github.com/user-attachments/a…
-
Hi,could you please tell me about the performance of DiT structure? Does it have significant differences comparing with unet structure?Thanks! @EternalEvan
-
Hi! I used torchsummary.summary(model, input_shape) to check the acc-unet model and found that the Forward/backward pass size exception occurred in all three versions, so I would like to consult you. …