Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
69a824e9
Commit
69a824e9
authored
Oct 08, 2023
by
comfyanonymous
Browse files
Move _for_testing/custom_sampling nodes to sampling/custom_sampling.
parent
a0b1d4f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
comfy_extras/nodes_custom_sampler.py
comfy_extras/nodes_custom_sampler.py
+10
-10
No files found.
comfy_extras/nodes_custom_sampler.py
View file @
69a824e9
...
@@ -15,7 +15,7 @@ class BasicScheduler:
...
@@ -15,7 +15,7 @@ class BasicScheduler:
}
}
}
}
RETURN_TYPES
=
(
"SIGMAS"
,)
RETURN_TYPES
=
(
"SIGMAS"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sigmas"
FUNCTION
=
"get_sigmas"
...
@@ -35,7 +35,7 @@ class KarrasScheduler:
...
@@ -35,7 +35,7 @@ class KarrasScheduler:
}
}
}
}
RETURN_TYPES
=
(
"SIGMAS"
,)
RETURN_TYPES
=
(
"SIGMAS"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sigmas"
FUNCTION
=
"get_sigmas"
...
@@ -53,7 +53,7 @@ class ExponentialScheduler:
...
@@ -53,7 +53,7 @@ class ExponentialScheduler:
}
}
}
}
RETURN_TYPES
=
(
"SIGMAS"
,)
RETURN_TYPES
=
(
"SIGMAS"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sigmas"
FUNCTION
=
"get_sigmas"
...
@@ -72,7 +72,7 @@ class PolyexponentialScheduler:
...
@@ -72,7 +72,7 @@ class PolyexponentialScheduler:
}
}
}
}
RETURN_TYPES
=
(
"SIGMAS"
,)
RETURN_TYPES
=
(
"SIGMAS"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sigmas"
FUNCTION
=
"get_sigmas"
...
@@ -91,7 +91,7 @@ class VPScheduler:
...
@@ -91,7 +91,7 @@ class VPScheduler:
}
}
}
}
RETURN_TYPES
=
(
"SIGMAS"
,)
RETURN_TYPES
=
(
"SIGMAS"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sigmas"
FUNCTION
=
"get_sigmas"
...
@@ -108,7 +108,7 @@ class SplitSigmas:
...
@@ -108,7 +108,7 @@ class SplitSigmas:
}
}
}
}
RETURN_TYPES
=
(
"SIGMAS"
,
"SIGMAS"
)
RETURN_TYPES
=
(
"SIGMAS"
,
"SIGMAS"
)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sigmas"
FUNCTION
=
"get_sigmas"
...
@@ -125,7 +125,7 @@ class KSamplerSelect:
...
@@ -125,7 +125,7 @@ class KSamplerSelect:
}
}
}
}
RETURN_TYPES
=
(
"SAMPLER"
,)
RETURN_TYPES
=
(
"SAMPLER"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sampler"
FUNCTION
=
"get_sampler"
...
@@ -144,7 +144,7 @@ class SamplerDPMPP_2M_SDE:
...
@@ -144,7 +144,7 @@ class SamplerDPMPP_2M_SDE:
}
}
}
}
RETURN_TYPES
=
(
"SAMPLER"
,)
RETURN_TYPES
=
(
"SAMPLER"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sampler"
FUNCTION
=
"get_sampler"
...
@@ -168,7 +168,7 @@ class SamplerDPMPP_SDE:
...
@@ -168,7 +168,7 @@ class SamplerDPMPP_SDE:
}
}
}
}
RETURN_TYPES
=
(
"SAMPLER"
,)
RETURN_TYPES
=
(
"SAMPLER"
,)
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
FUNCTION
=
"get_sampler"
FUNCTION
=
"get_sampler"
...
@@ -201,7 +201,7 @@ class SamplerCustom:
...
@@ -201,7 +201,7 @@ class SamplerCustom:
FUNCTION
=
"sample"
FUNCTION
=
"sample"
CATEGORY
=
"
_for_test
ing/custom_sampling"
CATEGORY
=
"
sampl
ing/custom_sampling"
def
sample
(
self
,
model
,
add_noise
,
noise_seed
,
cfg
,
positive
,
negative
,
sampler
,
sigmas
,
latent_image
):
def
sample
(
self
,
model
,
add_noise
,
noise_seed
,
cfg
,
positive
,
negative
,
sampler
,
sigmas
,
latent_image
):
latent
=
latent_image
latent
=
latent_image
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment