You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Rather than simply replacing the base unet of the sdxl model with refiner unet, why not directly make an extension that can schedule unet replacement according to the number of sampling steps? In this way, different unets can be combined at will, and even different versions of ckpt can complete the same picture together. To switch between different versions of ckpt, you only need to use the corresponding version of vae to re-encode and decode the image.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Rather than simply replacing the base unet of the sdxl model with refiner unet, why not directly make an extension that can schedule unet replacement according to the number of sampling steps? In this way, different unets can be combined at will, and even different versions of ckpt can complete the same picture together. To switch between different versions of ckpt, you only need to use the corresponding version of vae to re-encode and decode the image.
The text was updated successfully, but these errors were encountered: