-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sdxl support (for SAI/HuggingFace/diffuser/community models) #1952
Conversation
unfortunatly webui removed --test argument in AUTOMATIC1111/stable-diffusion-webui#10291 |
Announced in my twitter looking forward to this thank you https://twitter.com/GozukaraFurkan/status/1694303882652913995 |
Hello, I don't usually apply multiple LLLites at once. However, I think there seem to be two ways to do so:
Upon testing, both methods seem to yield almost identical results. Currently, only method 1 is achievable with ComfyUI, but personally, I feel that method 2 might be more appropriate. If the implementation seems challenging, I believe method 1 would be fine as well. |
2 is implemented |
multi ip-adapter is not very efficient in speed now and probably I should optimize it a bit |
UnHook fixed tests work smoothly!! |
It works for me now ! Thanks a lot for the fix. |
high res fix problem fixed |
I am thinking that should we just merge and then let people use and test and then update it in real time Actually we have a very bad tradition that last time we update controlnet 1.1, all developments are in main branch and people just update - that is really bad tradition but that also make things moving really fast But even in that case, I will test all SD1.5 functionalities before we really do that |
gosh you guys are really bad for upvote this |
Just saw that Auto1111 1.6 + Deforum + CN are working. I assume that is main, not sdxl? If you merge does anything change? |
Unfortunately a lot files are changed – but this is inevitable |
Yep, assumed so. I just tried a test of sdxl as my controlnet in my production Auto1111 + Deforum and it errored out. Reading ControlNet 1 base frame #0 at C:\SDXL\stable-diffusion-webui\outputs\img2img-images\Deforum_BenV5XL\controlnet_1_inputframes\000000000.jpg 100%|████████████████████████████████████████████████████████████████████████████████| 470M/470M [00:04<00:00, 112MB/s] 0%| | 0/5 [00:00<?, ?it/s] START OF TRACEBACK User friendly error message: |
probably we add a note to the release note |
Sorry for the dumb question but how do you force A1111 to use ControlNet v1.1.400 so I can test SDXL ? |
I added -no-half to see if I could get past this error, I did, but now when it runs it says it can't find the models: Reading ControlNet 1 base frame #14 at C:\SDXL\stable-diffusion-webui\outputs\img2img-images\Deforum_BenV5XL\controlnet_1_inputframes\000000014.jpg |
Install from this github repo in webgui, with the specific branch name as "sdxl". |
we do not recommend users without git knowledges to participate in the test, since it is likely to break user environments and users' updating system |
ok all my tests passed - I am going to press the button soon |
merged - see u in #2039 |
ahh I see, my bad 👍 Push that button ! 👯 |
@lllyasviel , have you seen the new OpenPose ControlNet LoRA from Thibaud that was released yesterday ? And the new Blur ControlNets released by Kohya earlier today ? https://huggingface.co/kohya-ss/controlnet-lllite/blob/main/controllllite_v01016032e_sdxl_blur_anime_beta.safetensors EDIT: Kohya also refers to a new preprocessor:
Quote taken from: https://huggingface.co/kohya-ss/controlnet-lllite Do you think these should be included in your ControlNet models collection ? Are you planning to maintain that collection in the future ? Is that something you need help with ? |
#2039