-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blur function #59
Comments
You can see how to apply blur to your image here: https://github.com/xinsir6/ControlNetPlus/blob/main/promax/controlnet_union_test_tile_deblur.py |
my two cents... it is an incredible pain getting this to run in a windows machine. Here are my learnings prompt = "woman eating cheese" save, run script from commandline. In spite of having performed all install-requirements it gave me some errors where some pip packages were implicitly expected but missing in my venv yet. if you follow the line remarks in the traceback it'll tell you quickly what packages you need to ammend (look at the top of the traceback where it breaks, usually it'll tell you that a function is missing and then you can look up in the script in the line that is referred to from which package that function comes then just pip install that package and try again) and then it'll run beautifully. Oh quick catch, it will download the promax model into the promax folder but you will have to rename it accordingly (scratching out the promax part) I still have not yet figured out how the controlonet works on its input. I had it run on blurry images and it did very little unblurring and I had it run on strongly pixelized faces and it create a plausible face (not the one of my reference test, but yet impressive) It is absolutely worth the pain!! great cudos to @xinsir6 for making this!! amazing! |
It's very kind of you to respond. Unfortunately, what I want is to be able to use it with Comfy. Unfortunately, the parameter (SetUnionType) does not exist for the Blur function. Moreover, as you say, we don't really know how to handle the input image. |
I pushed in a blurry image and it returned a sharper version to me. |
I don't see how to use ControlNet (Blur) with ComfyUI. Would it be possible to have an example workflow? Thanks in advance.
The text was updated successfully, but these errors were encountered: