Skip to content

Commit

Permalink
Add sd3.5 controlnet (#246)
Browse files Browse the repository at this point in the history
* Add sd3.5 controlnet

* refine

* refine
  • Loading branch information
ccssu authored Nov 27, 2024
1 parent e8996cb commit 19307df
Show file tree
Hide file tree
Showing 6 changed files with 2,132 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BizyAir

- [2024/11/27] 🌩️ BizyAir supports Stable Diffusion 3.5 Large ControlNet Canny, Depth, and Blur. [ControlNet Canny](./examples/bizyair_sd3_5_canny.json) [ControlNet Depth](./examples/bizyair_sd3_5_depth.json) [ControlNet Blur](./examples/bizyair_sd3_5_blur.json)
- [2024/11/22] 🌩️ BizyAir supports FLUX Fill, ControlNet and Redux modes. [canny](./examples/bizyair-flux1-tools-canny.json) [depth](./examples/bizyair-flux1-tools-depth.json) [fill](./examples/bizyair-flux-fill1-inpaint.json) [redux](./examples/bizyair-flux1-tools-redux.json)
- [2024/11/06] 🌩️ BizyAir PixelWave Flux.1-dev Text to Image node is released. [PixelWave Flux.1-dev Text to Image](./examples/bizyair_flux_pixelwave_txt2img.json)
- [2024/10/30] 🌩️ BizyAir Segment-Anything nodes has been released. [text_guided_segment-anything](./examples/bizyair_text_guided_segment-anything.json) and [box_point_guided_segment-anything](./examples/bizyair_box_point_guided_segment-anything.json)
Expand Down
5 changes: 4 additions & 1 deletion bizyair_example_menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
},
"SD3": {
"SD3.5 Text to Image": "bizyair_sd3_5_txt2img.json",
"SD3.5 Turbo Text to Image": "bizyair_sd3_5_turbo_txt2img.json"
"SD3.5 Turbo Text to Image": "bizyair_sd3_5_turbo_txt2img.json",
"SD3.5 ControlNet Canny": "bizyair_sd3_5_canny.json",
"SD3.5 ControlNet Depth": "bizyair_sd3_5_depth.json",
"SD3.5 ControlNet Blur": "bizyair_sd3_5_blur.json"
},
"Kolors": {
"Kolors Text to Image": "bizyair_kolors_txt2img.json",
Expand Down
Loading

0 comments on commit 19307df

Please sign in to comment.