Verified: 2 months ago
Other
Type | Workflows |
Stats | 2,711 |
Reviews | (86) |
Published | Aug 31, 2024 |
Base Model | |
Hash | AutoV2 7BB4F540D9 |
The FLUX.1 [dev] Model is licensed by Black Forest Labs. Inc. under the FLUX.1 [dev] Non-Commercial License. Copyright Black Forest Labs. Inc.
IN NO EVENT SHALL BLACK FOREST LABS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.
Super minimalistic clean Comfy UI Flux Dev workflow.
UPD if you encounter the bug with latest comfy UI update, (UI freezes on interacting with some nodes) here is how to fix it:
It has been fixed upstream:
You can apply that PR manually in the meantime. Change line 67033 in ComfyUI\web\assets\index-Dfv2aLsq.js
from this:
const isCollapsed = shape === LiteGraph.CARD_SHAPE && node.flags.collapsed;
to this:
const isCollapsed = shape === LiteGraph.CARD_SHAPE;
To hide the spaghetti lines click Hidden and enjoy.