Jack Chou

Results 13 issues of Jack Chou

![image](https://user-images.githubusercontent.com/25879733/119246149-b8dc8f80-bbb1-11eb-82d7-f266b932cb50.png) I've never used xcode or swift before so I assume I must be doing something wrong.. Perhaps I need to import the module alternatively before declaring it? But it...

with these changes we can accomplish: * persistent animation * customizable speed for persistent animation * during parrot-party, execution of parrot-start-animation from hooks will pause the party mode config and...

like how the nyan cat gets a way trail, maybe we could have the parrot on a slower loop, and speed up when the hook gets invoked?

enhancement
help wanted

For better utilizing the limited human resources, please include the following information when reporting an issue. Issues which do not follow the format may be immediately closed without review. ##...

> Error: FIND-SYSTEM-IN-DIST returned # but I expected one of (#) > While executing: #, in process Listener(4). > Type cmd-. to abort, cmd-\ for a list of available restarts....

If you're going to put this in your readme, some newbie is going to come around and delete all of their docker images. ``` docker-compose down --rmi all docker system...

The instructions provided are honestly insufficient, so I fixed this up. Just add model_zoo and certificate folders to the root directory and populate accordingly. Oh and change the volume paths...

Current dockerfile does not declare all volumes for dependencies. Added deployment reqs to INSTALL.md in case anyone tries to build without docker and fails. Also fixed an error with the...

``` def restore_func(images, restorer): for idx in range(len(images)): img = cv2.cvtColor(_img, cv2.COLOR_RGB2BGR) # restore faces and background if necessary cropped_faces, restored_faces, r_img = restorer.enhance( img, has_aligned=False, only_center_face=False, paste_back=True) r_img =...

### First, confirm - [X] I have read the [instruction](https://github.com/Gourieff/comfyui-reactor-node/blob/main/README.md) carefully - [X] I have searched the existing issues - [X] I have updated the extension to the latest version...

bug