AIisCool
AIisCool
Yes I have it like this: C:\Pretrained-IPT-main\test_data\benchmark\BW\000.png
I tried. I thought adding "BW" to this would work? Was in a different issue thread. `self.loader_test = [] for d in args.data_test: if d in ['Set5', 'Set14', 'B100', 'Urban100',...
Tried renaming, same issue unforunately. ``` File "C:\Pretrained-IPT-main\main.py", line 37, in main() File "C:\Pretrained-IPT-main\main.py", line 22, in main loader = data.Data(args) File "C:\Pretrained-IPT-main\data\__init__.py", line 30, in __init__ self.loader_train = dataloader.DataLoader(...
> Can the codes work well if you using the original CBSD68 dataset? If I do --test_only, then yes. ``` 100%|###########################################| 39/39 [06:39
@deshwalmahesh tried that, but still getting that not found error for maxim.models. Also if I run `pip install . # setup project (**what you missed**)` I get: ``` C:\maxim>pip install...
Yes I'm on Windows 10 and I tried changing it but: ``` /c/image-restoration-sde-main/codes/config/denoising-sde $ python test.py -opt=options/test/ir-sde.yml Traceback (most recent call last): File "C:\image-restoration-sde-main\codes\config\denoising-sde\test.py", line 14, in import options as...
Not sure how to do that?
> Since feature extractor is used for NSFW checker, we can ignore it by passing `feature_extractor=None` to `StableDiffusionControlNetPipeline` Modified it when I too got this error, but it isn't working:...
> Hello, SD-Turbo model does not recommend using CFG, so please do not add negative prompts. @cswry I have the issue without any negative prompts though. 
@JasonGUTU Wow that is **very** exciting to hear! Thank you for the prompt reply. When you say video, it will be able to enhance the individual frames _and_ be temporally...