Closed Makerman991 closed 11 months ago
I think you hit on Queue Prompt without setting the image and mask. You should first press on the open canvas button to set these.
Well, there's no open canvas button. Another thing I should say, is I had to add xformers to the comfyUI files manually. (Because they removed it)
@Makerman991 you can try and manually replace the following files with the files found in the CanvasTool folder: In ComfyUI directory: server.py
In ComfyUI/web folder: index.html
This was supposed to be done automatically when you run the setup.py script in CanvasTool folder, but whatever. Then the Open Canvas button should appear in the bottom right corner of the UI.
I figured it out. The open canvas button is behind the thing. It did install properly, it's just not in the right layer order. This was a complete and udder guess after I saw the files were in the right spot.
@Makerman991 Yeah. Honestly, I should've added the buttons to the panel.
I just did a quick and simple fix of
z-index: 1000;
Added to the buttons in the index. (Don't do 999 or below, the comfyUI menu is at 999)
I have used the setup.py for the canvas tool. It's moved the files properly, but comfyui appears to not be using the files.
There is no new UI or anything in the comfyui page.