("LatentUpscaler: Using HF Hub model") weights = str(hf_hub_download( repo_id="city96/SD-Latent-Upscaler", filename=filename) ) model.load_state_dict(load_file(weights)) lt = samples["samples"] lt = model(lt) del model if "noise_mask" in samples.keys(): # expand the noise ...
LLuL - Local Latent upscaLer. Contribute to hnmr293/sd-webui-llul development by creating an account on GitHub.