Commit 5dfb1f59 authored by Kohaku-Blueleaf's avatar Kohaku-Blueleaf
Browse files

remove not related code

parent 7dc9d9e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ def list_optimizers():

    optimizers.clear()
    optimizers.extend(new_optimizers)
    print(optimizers)


def apply_optimizations():
+0 −1
Original line number Diff line number Diff line
@@ -312,7 +312,6 @@ class KDiffusionSampler:
        if p.sampler_noise_scheduler_override:
            sigmas = p.sampler_noise_scheduler_override(steps)
        elif p.enable_custom_k_sched:
            print(p.k_sched_type, p.sigma_min, p.sigma_max, p.rho)
            sigmas_func = k_diffusion_scheduler[p.k_sched_type]
            sigmas_kwargs = {
                'sigma_min': p.sigma_min,