Views
No views yet
1from larpscaler import LarpScaler
2
3model = LarpScaler.from_pretrained("VladimirM388/larpscaler-v2-bf16")
4result = model.upscale("input.png", scale=4, steps=4, seed=1234)
5result.save("output.png")https://github.com/Vovanm88/LARP-Scaler.
Supported scales are ×2, ×4, and ×8. The full VAE is included, so loading this
repository does not require access to another gated model.