2283 Commits (90aebb6c868d713c3e6457d1474c53808cb5f6a2)
 

Author SHA1 Message Date
pythongosssss 90aebb6c86
New Menu & Workflow Management (#3112)
* menu

* wip

* wip

* wip

* wip

* wip

* workflow saving/loading

* Support inserting workflows
Move buttosn to top of lists

* fix session storage
implement renaming

* temp

* refactor, better workflow instance management

* wip

* progress on progress

* added send to workflow
various fixes

* Support multiple image loaders

* Support dynamic size breakpoints based on content

* various fixes
add close unsaved warning

* Add filtering tree

* prevent renaming unsaved

* fix zindex on hover

* fix top offset

* use filename as workflow name

* resize on setting change

* hide element until it is drawn

* remove glow

* Fix export name

* Fix test, revert accidental changes to groupNode

* Fix colors on all themes

* show hover items on smaller screen (mobile)

* remove debugging code

* dialog fix

* Dont reorder open workflows
Allow elements around canvas

* Toggle body display on setting change

* Fix menu disappearing on chrome

* Increase delay when typing, remove margin on Safari, fix dialog location

* Fix overflow issue on iOS

* Add reset view button
Prevent view changes causing history entries

* Bottom menu wip

* Various fixes

* Fix merge

* Fix breaking old menu position

* Fix merge adding restore view to loadGraphData
8 months ago
comfyanonymous eab211bb1e Resample audio to 44100 when VAE encoding it. 8 months ago
Chenlei Hu 866f54da8d
Add browser test action synced with TS repo (#3852)
* Add browser test action

* Add npm install task
8 months ago
comfyanonymous 73ca780019 Add SamplerEulerCFG++ node.
This node should match the DDIM implementation of CFG++ when "regular" is
selected.

"alternative" is a slightly different take on CFG++
8 months ago
comfyanonymous 2f360ae898 Support OneTrainer SD3 lora format. 8 months ago
comfyanonymous 4ef1479dcd Multi dimension tiled scale function and tiled VAE audio encoding fallback. 8 months ago
comfyanonymous 887a6341ed Proper ModelMergeSD3_2B node. 8 months ago
comfyanonymous 1e2839f4d9 More proper tiled audio decoding. 8 months ago
comfyanonymous d5efde89b7 Add ipndm_v sampler, works best with the exponential scheduler. 8 months ago
Zhenyu Zhou 45e10cac19
feat: add gits scheduler (#3769) 8 months ago
Chenlei Hu d7f0964266
Fix routes (#3790) 8 months ago
comfyanonymous 028a583bef Fix issue with full diffusers SD3 loras. 8 months ago
comfyanonymous 0d6a57938e Support loading diffusers SD3 model format with UNETLoader node. 8 months ago
comfyanonymous b08a9dd04b Remove empty line. 8 months ago
Mario Klingemann eee815ec99
Update sd1_clip.py (#3684)
Made token instance check more flexible so it also works with integers from numpy arrays or long tensors
8 months ago
comfyanonymous e11052afcf Add ipndm sampler. 8 months ago
Chenlei Hu 97ae6ef460
Add api/ prefix to api endpoints (#3779) 8 months ago
comfyanonymous 3914d5a2ae Support full SD3 loras. 8 months ago
comfyanonymous 55f0dc124e Add soundfile dependency so that windows can save audio. 8 months ago
comfyanonymous a45df69570 Basic tiled decoding for audio VAE. 8 months ago
Juanjuan 379ff92e9e
fix app.js no graph defined (#3754)
* local test

* fix "graph" not found

* fix

---------

Co-authored-by: Xiujuan Li <xiujuali@amazon.com>
8 months ago
Janek Mann b7c473d1ab
Fix lora keys for SimpleTuner (#3759) 8 months ago
comfyanonymous 6425252c4f Use fp16 as the default vae dtype for the audio VAE. 8 months ago
comfyanonymous 8ddc151a4c Squash depreciation warning on new pytorch. 8 months ago
comfyanonymous ca9d300a80 Better estimation for memory usage during audio VAE encoding/decoding. 8 months ago
comfyanonymous 746a0410d4 Fix VAEEncode with taesd3. 8 months ago
comfyanonymous 04e8798c37 Improvements to the TAESD3 implementation. 8 months ago
Dr.Lt.Data df7db0e027
support TAESD3 (#3738) 8 months ago
comfyanonymous bb1969cab7 Initial support for the stable audio open model. 8 months ago
comfyanonymous 1281f933c1 Small optimization. 8 months ago
comfyanonymous f2e844e054 Optimize some unneeded if conditions in the sampling code. 8 months ago
comfyanonymous 0ec513d877 Add a --force-channels-last to inference models in channel last mode. 8 months ago
comfyanonymous 0e06b370db Print key names for easier debugging. 8 months ago
Simon Lui 5eb98f0092
Exempt IPEX from non_blocking previews fixing segmentation faults. (#3708) 8 months ago
comfyanonymous ac151ac169 Support SD3 diffusers lora. 8 months ago
comfyanonymous 37a08a41b3 Support setting weight offsets in weight patcher. 8 months ago
comfyanonymous 605e64f6d3 Fix lowvram issue. 9 months ago
comfyanonymous 0eaa34ec5b Fix regular empty latent image not working with SD3 and custom sampler. 9 months ago
comfyanonymous 321e509e0a Add link to SD3 example page to README. 9 months ago
comfyanonymous c8b5e08dc3 Default shift value on SD3 is 3.0 9 months ago
comfyanonymous 1ddf512fdc Don't auto convert clip and vae weights to fp16 when saving checkpoint. 9 months ago
comfyanonymous 32be358213 Save SD3 modelspec.architecture in CheckpointSave node. 9 months ago
comfyanonymous 694e0b48e0 SD3 better memory usage estimation. 9 months ago
comfyanonymous 69c8d6d8a6 Single and dual clip loader nodes support SD3.
You can use the CLIPLoader to use the t5xxl only or the DualCLIPLoader to
use CLIP-L and CLIP-G only for sd3.
9 months ago
comfyanonymous 0e49211a11 Load the SD3 T5xxl model in the same dtype stored in the checkpoint. 9 months ago
comfyanonymous 5889b7ca0a Support multiple text encoder configurations on SD3. 9 months ago
comfyanonymous 1c34d338d7 Update EmptySD3LatentImage to use 1024 resolution by default. 9 months ago
comfyanonymous 9424522ead Reuse code. 9 months ago
Dango233 73ce178021
Remove redundancy in mmdit.py (#3685) 9 months ago
comfyanonymous 4134564dc1 Require safetensors library to be at least 0.4.2 for fp8 support. 9 months ago