Skip to content

Commit

Permalink
modify the code and add example json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanghanying committed Dec 11, 2024
1 parent ee56824 commit 7752432
Show file tree
Hide file tree
Showing 3 changed files with 941 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bizyair_example_menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"FLUX ControlNet Canny": "bizyair-flux1-tools-canny.json",
"FLUX ControlNet Depth": "bizyair-flux1-tools-depth.json",
"FLUX Redux": "bizyair-flux1-tools-redux.json",
"FLUX Fill": "bizyair-flux-fill1-inpaint.json"
"FLUX Fill": "bizyair-flux-fill1-inpaint.json",
"FLUX Detail Daemon Sampler": "bizyair_flux_detail_daemon_sampler.json"
},
"ControlNet Union": {
"Generate an image from a line drawing": "bizyair_showcase_interior_design.json",
Expand Down
3 changes: 1 addition & 2 deletions bizyair_extras/nodes_comfyui_detail_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from bizyair import BizyAirBaseNode


class DetailDaemonSampler(BizyAirBaseNode):
CLASS_TYPE_NAME = "DetailDaemonSamplerNode"
class DetailDaemonSamplerNode(BizyAirBaseNode):
DESCRIPTION = "This sampler wrapper works by adjusting the sigma passed to the model, while the rest of sampling stays the same."
CATEGORY = "sampling/custom_sampling/samplers"
RETURN_TYPES = ("SAMPLER",)
Expand Down
Loading

0 comments on commit 7752432

Please sign in to comment.