issues
search
chairc
/
Integrated-Design-Diffusion-Model
IDDM (Industrial, landscape, animate, spectrogram...), support DDPM, DDIM, PLMS, webui and multi-GPU distributed training. Pytorch实现,生成模型,扩散模型,分布式训练
Apache License 2.0
152
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Dev: Major Update in 20241112. About argparse, fix error, decouple generate.py and image processing method.
#98
chairc
closed
4 hours ago
0
Fix: Fix the reference parameter name error in setting.py
#97
chairc
closed
1 week ago
0
Fix: Fix the reference parameter name error
#96
bestl1fe
closed
1 week ago
1
About magic value and pytorch (version >=2.0.0) notice.
#95
chairc
closed
1 week ago
1
训练DDPM生成vis为噪声图
#94
bye111
opened
1 week ago
2
Add banner and version information.
#93
chairc
closed
3 weeks ago
0
超分辨率训练时,参数要和保存的扩散模型训练好的模型参数一致吗?
#92
4C4247
opened
3 weeks ago
4
Remove two imshow() duplicate functions; Remove magic transforms and eval function; Replace images.shape[0] to batch_size.
#91
chairc
closed
1 month ago
0
Add date, author and site description; Update require packages.
#90
chairc
closed
1 month ago
0
Add: Add the NaN check method.
#89
chairc
closed
2 months ago
0
Modify the README in datasets; Add the Chinese README in datasets.
#88
chairc
closed
3 months ago
0
Add: Add v1.1.6 tag.
#86
chairc
closed
3 months ago
0
跑了十轮生成出来的样本五花八门正常不
#85
4C4247
closed
3 months ago
2
问题
#84
4C4247
closed
3 months ago
2
Fix: Fix the problem of lack parameters when input --image_size.
#83
chairc
closed
3 months ago
0
Modify check_and_create_dir function; Modify comment.
#82
chairc
closed
3 months ago
0
为什么训练的时候没有加入噪声呢?
#81
songcbo
closed
3 months ago
1
Update: Update the README.
#80
chairc
closed
4 months ago
0
Update about loss function.
#79
chairc
closed
4 months ago
0
Update: Modify the format and delete useless import
#78
bestl1fe
closed
4 months ago
1
Add custom parameter settings; Modify the method import path and eliminate the magic value
#77
chairc
closed
4 months ago
0
Modify custom images length and width input; Other code enhancement changes
#76
chairc
closed
4 months ago
0
Update: Refactor web.py, and add the generate page.
#75
chairc
closed
5 months ago
0
关于test_module.py
#74
yunjiefeng123
closed
5 months ago
4
Update: Modify type description error in README.
#72
chairc
closed
5 months ago
0
Add: Add Evaluation in README.
#71
chairc
closed
5 months ago
0
Update: Modify the citation link.
#70
chairc
closed
6 months ago
0
Add: Add better FID calculator to verify image quality.
#69
chairc
closed
6 months ago
0
Update: Modify repository structure, parameter explanation and citation.
#68
chairc
closed
6 months ago
0
Separate get dataset methods into data files; Add initialization operation.
#67
chairc
closed
6 months ago
0
Update: Refactor train.py format.
#66
chairc
closed
6 months ago
0
Update:Add Pytorch_fid in requirements.txt
#65
EdwardTj
closed
6 months ago
0
FID calculator used for evaluating generated images.
#64
egoist945402376
closed
6 months ago
1
Modify the get_dataset; Add check.py; Add classes_initializer function
#62
chairc
closed
7 months ago
0
Added unetv2.py, replace nn.Upsample with nn.ConvTranspose2d; Add DDIM code comments; Fix the problem that bool in parser cannot be correctly recognized by the console.
#61
chairc
closed
7 months ago
0
Why MES loss is nan in training?
#60
bestl1fe
opened
7 months ago
3
Modify the config in repository structure; Added "--noise_schedule" training parameters, this method is a model noise adding method.
#59
chairc
closed
7 months ago
0
Loading Unconditional Model Failure!!!
#58
bestl1fe
closed
5 months ago
1
Fix: Fix unable to load unconditional model.
#57
chairc
closed
7 months ago
0
Modify the mean, std and random resized crop settings in torchvision.transforms.Compose; Modify the choices in parser and adjust the order of parts.
#56
chairc
closed
7 months ago
0
Add --save_model_interval_epochs parameter. Save model interval and save it every X epochs.
#55
chairc
closed
7 months ago
0
Add version.py.
#54
chairc
closed
7 months ago
0
Update README.md
#53
chairc
closed
7 months ago
0
Removed forced checking of samplers, now free choice of sample generation; Add output image format; Add choices.py; Modify the choices attribute in parsers.
#52
chairc
closed
7 months ago
0
Add PLMS sampler; Add PLMS sample initializer.
#51
chairc
closed
8 months ago
0
关于训练集和验证集
#50
lixudong741
closed
8 months ago
2
Update: Modify Chinese introduction errors and add --image_format parameter introduction.
#48
chairc
closed
8 months ago
0
請問支援prompt輸入嗎?
#47
p890040
closed
5 months ago
1
Add: Add option to load EMA model.
#46
chairc
closed
8 months ago
0
Generation image format
#45
egoist945402376
closed
8 months ago
1
Next