-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Functions from hires fix plus #10
Comments
@Krek12 I'm a bit confused are you saying that or are you saying that |
second |
you might also be interested in this script. https://github.com/rmcc3/experiments-progressive-growing minuse: but you can use the custom hire fix instead: |
Are you interested in this extension by the way? https://github.com/wcde/custom-hires-fix-for-automatic1111 |
okay great you make me panic my starting point of this extension was to create an extension that extends the origin of functionality of web UI regarding streamlining the use of high res fixed
my goal is to make what is manually achievable "more easy to do" that's being said I might consider adding something similar to this if I have time no promises
|
just consumer interest, your extension in itself has been very helpful to me. |
there's no reason why you can't, but in most cases a 2x second pass is enough if you're talking about multiple intermittent steps like progressive-growing or rolling factor you will quickly eventually get to a point that you can't increase the image without massively losing quality because the model is just simply not designed for it high fix is not upscaling, it is stable diffusion, if you want to upscaling you can use the upscaler Webui Settings > Postporcessing > Enable postprocessing operations in txt2img and img2img tabs
in simple terms the task of a VAE is to convert between latent image used by stable diffusion and the actual image that we humans see
and like you mentioned above if you scale up the image multiple times then you quickly surpass what your computer can practically compute
|
thank you for your reply.
in this case it's just my interest and desire to experiment with these parameters. I already have a couple of ideas for experiments where you can use 4-6 passes at a time, but unfortunately I do not understand the code at all and unfortunately these are just thoughts. If it's not too much trouble, can you explain how it can be done?
https://civitai.com/models/419401?modelVersionId=467269
not really, I'm sure there's a way. I just don't see it yet.
Frankly speaking here in the files themselves changes are very minimal and if you want you can make a direct extension of this script. I personally checked them and I can say that the author added maximum 6-10 elements. and in txt.img and ui.py there are ridiculously few of them at all, they are needed only for Stable to show the script line in terms of selection. |
I myself personally checked the script several times and as it was said the author used really only one factor copy paste. |
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/82a973c04367123ae98bd9abdf80d9eda9b910e2/scripts/loopback.py
writing extension and modifying web ui are very different depending on how you want to implement it but if you're trying to write an extension that injects into webui pipeling such is the case with my current extension especially Hires batch without damaging anything else (including other extensions which you have no idea what they're doing) it's becomes very very complex |
like what you want to do is easy? |
https://github.com/lihaoyun6/sd-webui-Hires-fix-Plus
after new updates with SD webui it stopped working and there were a couple of interesting features there
The text was updated successfully, but these errors were encountered: