Rob S
Rob S
https://github.com/mingcv/Bread/blob/e0c50680f38ac9f417ef6a233448f94e68f332f2/datasets/low_light_test.py#L35 ``` Traceback (most recent call last): File "D:\dev_projects\image_ai\Bread\test_Bread.py", line 195, in test(opt) File "D:\dev_projects\image_ai\Bread\test_Bread.py", line 162, in test for iter, (data, subset, name) in enumerate(test_generator): File "D:\dev_projects\image_ai\Bread\.venv\lib\site-packages\tqdm\std.py", line 1181,...
https://github.com/mingcv/Bread/blob/e0c50680f38ac9f417ef6a233448f94e68f332f2/datasets/low_light_test.py#L13 The code block can be replaced with this: ``` directory_name = os.path.basename(root) print("directory_name", directory_name) img_files = os.listdir(root) for img_file in img_files: if not (img_file.endswith('.jpg') or img_file.endswith('.jpeg') or img_file.endswith('.gif') or...
https://github.com/caojiezhang/DeqIR/blob/5ca8c9faf2818b53ace9697599f297091c0984cc/requirements.txt#L4 I realize this is a duplicate of https://github.com/caojiezhang/DeqIR/issues/3 ``` pip install -r requirements.txt ERROR: Invalid requirement: '_libgcc_mutex=0.1=main' (from line 4 of requirements.txt) Hint: = is not a valid operator....
https://github.com/caojiezhang/DeqIR/blob/5ca8c9faf2818b53ace9697599f297091c0984cc/experiments#L1 There are symlinks "experiments" and "pretrain_model" in the project that should be deleted.
https://github.com/Nithin-GK/AT-DDPM/blob/87057a44311cd575c4f0922b2aaa98f55b3e52bc/environment.yml#L1 Please test the process of creating conda environments with this configuration. I've tested it both Windows and Linux and it fails. ### Windows conda env create -f environment.yml Channels:...
https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini/blob/98d91fc2340d23c671c2e1425c2ce62ce2f8c2c1/js/GeminiAPINode.js#L49 Should change the line to: `.filter((word) => (typeof word == "string") && (word.trim() !== ""))` ``` TypeError: word.trim is not a function at http://127.0.0.1:8188/extensions/Gemini_Zho/GeminiAPINode.js:49:38 at Array.filter () at ComfyNode.outSet...
I'm using GFPGANv1.3.pth model and I found that when it tried to restore photos of African Americans, it placed straight hair strands on them. Their hair is naturally black and...
https://github.com/Time-Travel-Rephotography/Time-Travel-Rephotography.github.io/blob/30dd163f1b4186427b2d423df5ca62a84a659952/scripts/download_checkpoints.sh#L4 The Google Drive files no longer exist. The download_checkpoints.sh references URLs to download files from Google Drive, but I'm getting 404s on all of them.