Closed roKadikis closed 10 months ago
It should be fixed now. Please run git pull
to update and test again.
By the way, you can now use enums instead of string literals if you want:
base_model, base_clip, base_vae = CheckpointLoaderSimple(Checkpoints.deliberate_v3)
upscale_model = UpscaleModelLoader(UpscaleModels.4x_UltraSharp)
Thanks for such quick updates and tips!
Hi, I'm getting error running ultimate upscale in real mode. Virtual mode works fine.