-
Hello, I want to use your pre-trained model to denoise my oct data set, but I see that your code is all in nii format, and my images are in png format. I don’t know how to modify it. to test directly …
-
Hello,
I basically gave an input image, add noise to t=100, and then sample it back to t=1.
I got these generated images with pure blue/green parts.
Any ideas why or what I did wrong?
Thank yo…
-
Request:
curl -X 'POST' \
'http://localhost:8888/runsync' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{"input":{"workflow":{"3":{"inputs":{"seed":1337,"ste…
-
I've run Denoiser successfully on a number of datasets, and while the actual denoising step always works, the calculation of DVARS for the QA plot crashes when I denoise fMRIPrep data that was AROMA c…
-
E.g.
`ffmpeg -v quiet -i "Bi-Disorder.webp" -c:v png -pix_fmt rgb24 -compression_level 0 -f image2 - | cjxl --allow_expert_options -e 11 -d 0 - "Bi-Disorder.jxl"`
\# ^ 25,509 B
`ffmpeg …
-
When rendering with OpenImageDenoise Blender crashes, but in the viewport it works fine. Also thanks for keeping LuxCore alive!
.blend file:
Default project
Steps to reproduce:
1. Open Blende…
-
The README says the v1.1 checkpoint was trained on 256x256 images and then fine-tuned on 512x512 images. Is there any way we can access this 256x256 model as a 1.0 checkpoint? There are various purpos…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
I have tried to install the program using `pipx` on Debian Testing with command `pipx install archive-pdf-tools`. There is an error that prevents the installation, and Python outputs the following log…
-
python main.py --dir_data "C:/Pretrained-IPT-main/test_data/" --pretrain "C:/Pretrained-IPT-main/model/IPT_denoise30.pt" --data_test "BW" --scale 1 --denoise --sigma 30 --test_only
```
100%|######…