Elvis Claros Castro

Results 4 issues of Elvis Claros Castro

Hi. Plan to add support for GPT4-V (GPT 4 vision), to be able to upload images?

- Added `--reference-face-path` argument to `parse_args` function. - Updated `roop.globals` to include `reference_face_path`. - Modified `process_video` to use `reference_face_path` if provided. - Iterates over `temp_frame_paths` to find a valid reference...

Remove trailing whitespace after links and line breaks to improve markdown consistency

Previously, the base_url was only added to params if a proxy was configured. This change ensures that base_url is included in params regardless of whether a proxy is set. This...