This is a full restoration of Zero0Int and AbstractPila work on the CLIP-L model.
In 1000's of test images the FP32 model corrected bad anatomy in cases where the FP16 model failed (Seed to Seed)
In most cases the images have little difference but when differences exist the FP32 model was reliably more accurate (As it should be mathematically)
Note the vision models use the VIT-L vision blocks Zer0Int has a new finetune of the VIT/Vision model here
MIT License
Copyright (c) 2021 OpenAI
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description
FAQ
Comments (18)
What is the difference between each one ?
Detail was primarily for flux text, smooth and sim would be good choices for SDXL or SD 1.5 - I have an article with some of the difference on SD 1.5
You always have some cool stuff dropping :D
Merry xmas and happy new year to you!
Thanks You as well
@Felldude You don't happen to have any plans to fiddle with the LTXV model do you? ;DDD
@punkbuzter340 Being attached to a T5, you could likely use FLAN but beyond that I'm not sure
Just tried it. Very nice results so far. Thank you for sharing.
Thanks
Detailed info, good work...thank you.
You bet
Do I put these files in the VAE folder to be able to use them?🤔
For forge its text encoder, for comfy it is clip - A video on using clip/TE would be a good start
@Felldude It's Forge, I thought since the Flux clip files go in the VAE folder, these would too, thanks.
@ultratenz10362 It's possible that they would also load from VAE folder as forge loads VAE, TE, and CLIP from the same dropdown
@ultratenz10362 For Forge I put my text encoders into the "text_encoder" dir and it works like a charm. In the GUI VAE/ Text encoder dropdown then you need to add the VAE ae.safetensors + clip_l (or similar) + T5 (or similar).
@gman_umscht Yeah, I put all of those in my VAE folder and they seem to work.
i plugged it into my first upscaler workflow
thanks so much!