diff --git a/README.md b/README.md index 078241db..273efe1e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # BizyAir +- [2024/08/05] 🌩️ FLUX.1-dev has been supported. [FLUX.1-dev Text to Image](./examples/bizyair_flux_dev_workflow.json), [FLUX.1-dev Image to Image](./examples/bizyair_flux_img2img_workflow.json) +- [2024/08/02] 🌩️ FLUX.1-schnell has been supported. [FLUX.1-schnell Text to Image](./examples/bizyair_flux_schnell_workflow.json) - [2024/08/01] 🌩️ [BizyAir MinusZone Kolors](https://siliconflow.github.io/BizyAir/kolors/introduce.html) nodes have been released(thanks to [MinusZoneAI/ComfyUI-Kolors-MZ](https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ)), and BizyAir now supports over 10 new base models. They all support ControlNet, LoRA, and IPAdapter. [BizyAir KSampler](https://siliconflow.github.io/BizyAir/ksampler/introduce.html) - [2024/07/31] 🌩️ The super-resolution node has been released, capable of enlarging images four times their original size. [BizyAir Photorealistic Image Super Resolution](https://siliconflow.github.io/BizyAir/others/index.html#bizyair-photorealistic-image-super-resolution) - [2024/07/25] 🌩️ Users can load BizyAir workflow examples directly by clicking the "☁️BizyAir Workflow Examples" button. [Example GIF](./docs/docs/getting-started/imgs/run-bizyair-examples.gif) diff --git a/bizyair_example_menu.json b/bizyair_example_menu.json index 47eed86e..d78bc878 100644 --- a/bizyair_example_menu.json +++ b/bizyair_example_menu.json @@ -1,7 +1,7 @@ { - "FLUX-schnell": { + "FLUX": { "FLUX-schnell Text to Image(4 steps)": "bizyair_flux_schnell_workflow.json", - "FLUX-dev Text to Image": "bizyair_flux_schnell_workflow.json", + "FLUX-dev Text to Image": "bizyair_flux_dev_workflow.json", "FLUX-dev Image to Image": "bizyair_flux_img2img_workflow.json" }, "ControlNet Union": {