Commit Graph

  • c02f3baeaf Now the model merge blocks node will use the longest match. comfyanonymous 2023-07-04 00:51:17 -04:00
  • 3a09fac835 ConditioningAverage now also averages the pooled output. comfyanonymous 2023-07-03 21:44:37 -04:00
  • d94ddd8548 Add text encode nodes to control the extra parameters in SDXL. comfyanonymous 2023-07-03 19:10:47 -04:00
  • c3e96e637d Pass device to CLIP model. comfyanonymous 2023-07-03 16:09:02 -04:00
  • 5e6bc824aa Allow passing custom path to clip-g and clip-h. comfyanonymous 2023-07-03 15:45:04 -04:00
  • dc9d1f31c8 Improvements for OSX. comfyanonymous 2023-07-03 00:08:30 -04:00
  • 9ae6ff65bc Update extra_model_paths.yaml.example: add RealESRGAN path Yaruze66 2023-07-02 22:59:55 +05:00
  • 103c487a89 Cleanup. comfyanonymous 2023-07-02 11:57:36 -04:00
  • ae948b42fa Add taesd weights to standalones. comfyanonymous 2023-07-02 11:47:30 -04:00
  • 2c4e0b49b7 Switch to fp16 on some cards when the model is too big. comfyanonymous 2023-07-02 09:37:31 -04:00
  • 6f3d9f52db Add a --force-fp16 argument to force fp16 for testing. comfyanonymous 2023-07-01 22:42:35 -04:00
  • 1c1b0e7299 --gpu-only now keeps the VAE on the device. comfyanonymous 2023-07-01 15:22:40 -04:00
  • ce35d8c659 Lower latency by batching some text encoder inputs. comfyanonymous 2023-07-01 15:07:39 -04:00
  • 3b6fe51c1d Leave text_encoder on the CPU when it can handle it. comfyanonymous 2023-07-01 14:38:51 -04:00
  • b6a60fa696 Try to keep text encoders loaded and patched to increase speed. comfyanonymous 2023-07-01 13:22:51 -04:00
  • 97ee230682 Make highvram and normalvram shift the text encoders to vram and back. comfyanonymous 2023-07-01 12:37:23 -04:00
  • fa1959e3ef Fix nightly packaging. comfyanonymous 2023-07-01 01:31:03 -04:00
  • 9f2986318f Move model merging nodes to advanced and add to readme. comfyanonymous 2023-06-30 14:51:44 -04:00
  • 5a9ddf94eb LoraLoader node now caches the lora file between executions. comfyanonymous 2023-06-29 23:40:02 -04:00
  • 6e9f28401f Persist node instances between executions instead of deleting them. comfyanonymous 2023-06-29 23:38:56 -04:00
  • 9920367d3c Fix embeddings not working with --gpu-only comfyanonymous 2023-06-29 20:42:19 -04:00
  • 62db11683b Move unet to device right after loading on highvram mode. comfyanonymous 2023-06-29 11:19:58 -04:00
  • e7ed507d3d Add link to 7z in README (#809) reaper47 2023-06-29 10:09:59 +02:00
  • 4376b125eb Remove useless code. comfyanonymous 2023-06-29 00:26:33 -04:00
  • 89120f1fbe This is unused but it should be 1280. comfyanonymous 2023-06-28 18:04:23 -04:00
  • 2c7c14de56 Support for SDXL text encoder lora. comfyanonymous 2023-06-28 02:22:49 -04:00
  • fcef47f06e Fix bug. comfyanonymous 2023-06-28 00:38:07 -04:00
  • 2d880fec3a Add a node to zero out the cond to advanced/conditioning comfyanonymous 2023-06-27 23:30:52 -04:00
  • 50abf7c938 Merge branch 'patch-1' of https://github.com/jjangga0214/ComfyUI comfyanonymous 2023-06-27 01:42:16 -04:00
  • 8248babd44 Use pytorch attention by default on nvidia when xformers isn't present. comfyanonymous 2023-06-26 12:55:07 -04:00
  • 9b93b920be Add CheckpointSave node to save checkpoints. comfyanonymous 2023-06-26 12:21:07 -04:00
  • b72a7a835a Support loras based on the stability unet implementation. comfyanonymous 2023-06-26 02:56:11 -04:00
  • c71a7e6b20 Fix ddim + inpainting not working. comfyanonymous 2023-06-26 00:48:48 -04:00
  • 530e408ab8 docs(extra model paths): add LyCORIS path jjangga0214 2023-06-25 20:11:28 +09:00
  • 4eab00e14b Set the seed in the SDE samplers to make them more reproducible. comfyanonymous 2023-06-25 02:41:31 -04:00
  • cef6aa62b2 Add support for TAESD decoder for SDXL. comfyanonymous 2023-06-25 02:38:14 -04:00
  • 20f579d91d Add DualClipLoader to load clip models for SDXL. comfyanonymous 2023-06-25 01:40:38 -04:00
  • b7933960bb Fix CLIPLoader node. comfyanonymous 2023-06-24 13:56:46 -04:00
  • 78d8035f73 Fix bug with controlnet. comfyanonymous 2023-06-24 11:02:38 -04:00
  • c9f5d5b2e1 optimize: support preview mode for mask editor. (#755) Dr.Lt.Data 2023-06-24 16:45:41 +09:00
  • 05676942b7 Add some more transformer hooks and move tomesd to comfy_extras. comfyanonymous 2023-06-23 20:17:45 -04:00
  • fa28d7334b Remove useless code. comfyanonymous 2023-06-23 12:35:26 -04:00
  • 8607c2d42d Move latent scale factor from VAE to model. comfyanonymous 2023-06-23 02:14:12 -04:00
  • 30a3861946 Fix bug when yaml config has no clip params. comfyanonymous 2023-06-23 01:12:59 -04:00
  • 9e37f4c7d5 Fix error with ClipVision loader node. comfyanonymous 2023-06-23 01:08:05 -04:00
  • 3e0686ce94 Add SDXL support to readme and improve the Running section. comfyanonymous 2023-06-22 19:33:48 -04:00
  • 7573897a3e Merge branch 'master' of https://github.com/VladislavNekto/ComfyUI comfyanonymous 2023-06-22 19:28:18 -04:00
  • 9f83b098c9 Don't merge weights when shapes don't match and print a warning. comfyanonymous 2023-06-22 19:08:31 -04:00
  • f87ec10a97 Support base SDXL and SDXL refiner models. comfyanonymous 2023-06-22 13:03:50 -04:00
  • ca485d2328 Update README.md Vladislav 2023-06-22 22:23:47 +06:00
  • 9fccf4aa03 Add original_shape parameter to transformer patch extra_options. comfyanonymous 2023-06-21 13:22:01 -04:00
  • 852cf4db99 Merge branch 'widget-input-overlapping' of https://github.com/ssitu/ComfyUI comfyanonymous 2023-06-21 02:45:59 -04:00
  • 6f0f8aa7aa Merge branch 'reroute-disconnect-fix' of https://github.com/ssitu/ComfyUI comfyanonymous 2023-06-21 02:45:11 -04:00
  • 51581dbfa9 Fix last commits causing an issue with the text encoder lora. comfyanonymous 2023-06-20 19:37:43 -04:00
  • bf3f271775 Add some nodes for basic model merging. comfyanonymous 2023-06-20 19:17:03 -04:00
  • 8125b51a62 Keep a set of model_keys for faster add_patches. comfyanonymous 2023-06-20 19:08:48 -04:00
  • 45beebd33c Add a type of model patch useful for model merging. comfyanonymous 2023-06-20 17:34:11 -04:00
  • 6f54b01954 Fix reroute node connecting different types ssit 2023-06-20 15:25:56 -04:00
  • 8c3d24434a Fix overlapping when converting widgets to inputs ssit 2023-06-20 12:03:46 -04:00
  • 186f92042b Merge branch 'improve-keyboard' of https://github.com/reaper47/ComfyUI comfyanonymous 2023-06-20 00:54:04 -04:00
  • 96e8307bd3 Clean keybinds extension reaper47 2023-06-19 21:32:21 +02:00
  • 036a22077c Fix k_diffusion math being off by a tiny bit during txt2img. comfyanonymous 2023-06-19 15:27:43 -04:00
  • 8883cb0f67 Add a way to set patches that modify the attn2 output. comfyanonymous 2023-06-18 22:58:22 -04:00
  • cd930d4e7f pop clip vision keys after loading them. comfyanonymous 2023-06-18 21:21:17 -04:00
  • c9e4a8c9e5 Not needed anymore. comfyanonymous 2023-06-18 13:06:59 -04:00
  • fb4bf7f591 This is not needed anymore and causes issues with alphas_cumprod. comfyanonymous 2023-06-18 03:18:25 -04:00
  • 45be2e92c1 Fix DDIM v-prediction. comfyanonymous 2023-06-17 20:48:21 -04:00
  • e619278730 Merge branch 'html5-dialog' of https://github.com/reaper47/ComfyUI comfyanonymous 2023-06-17 18:39:55 -04:00
  • 8c9c94b5f3 Add bicubic upscale method. comfyanonymous 2023-06-17 01:54:33 -04:00
  • e6e50ab2dd Fix an issue when alphas_comprod are half floats. comfyanonymous 2023-06-16 17:16:51 -04:00
  • ae43f09ef7 All the unet weights should now be initialized with the right dtype. comfyanonymous 2023-06-15 18:42:30 -04:00
  • cf3974c829 Update readme with command to install pytorch with ROCm5.5. comfyanonymous 2023-06-15 18:11:28 -04:00
  • f7edcfd927 Add a --gpu-only argument to keep and run everything on the GPU. comfyanonymous 2023-06-15 15:21:37 -04:00
  • 7bf89ba923 Initialize more unet weights as the right dtype. comfyanonymous 2023-06-15 15:00:10 -04:00
  • e21d9ad445 Initialize transformer unet block weights in right dtype at the start. comfyanonymous 2023-06-15 14:29:26 -04:00
  • 3fbd0abc5f Add missed .comfy-table in CSS reaper47 2023-06-15 18:39:18 +02:00
  • 34ddbfdc8a Beautify settings dialog reaper47 2023-06-15 18:36:52 +02:00
  • 6253ec4aef Fix server crashing because of terminated websocket connection. comfyanonymous 2023-06-15 11:01:06 -04:00
  • bb1f45d6e8 Properly disable weight initialization in clip models. comfyanonymous 2023-06-14 20:13:08 -04:00
  • 21f04fe632 Disable default weight values in unet conv2d for faster loading. comfyanonymous 2023-06-14 19:46:08 -04:00
  • 9d54066ebc This isn't needed for inference. comfyanonymous 2023-06-14 13:05:08 -04:00
  • fa2cca056c Don't initialize CLIPVision weights to default values. comfyanonymous 2023-06-14 12:57:02 -04:00
  • 6b774589a5 Set model to fp16 before loading the state dict to lower ram bump. comfyanonymous 2023-06-14 12:48:02 -04:00
  • 0c7cad404c Don't initialize clip weights to default values. comfyanonymous 2023-06-14 12:47:36 -04:00
  • 6971646b8b Speed up model loading a bit. comfyanonymous 2023-06-14 11:17:59 -04:00
  • 84f13f828a Merge branch 'issue-752' of https://github.com/reaper47/ComfyUI comfyanonymous 2023-06-14 00:17:25 -04:00
  • 388567f20b sampler_cfg_function now uses a dict for the argument. comfyanonymous 2023-06-13 16:05:26 -04:00
  • d52ed407a7 Send websocket message only when prompt is actually done executing. comfyanonymous 2023-06-13 13:36:47 -04:00
  • ff9b22d79e Turn on safe load for a few models. comfyanonymous 2023-06-13 10:12:03 -04:00
  • 735ac4cf81 Remove pytorch_lightning dependency. comfyanonymous 2023-06-13 10:11:33 -04:00
  • cb180b9998 Add some missing direct dependencies that were getting pulled indirectly. comfyanonymous 2023-06-13 02:45:26 -04:00
  • 2b14041d4b Remove useless code. comfyanonymous 2023-06-13 02:40:58 -04:00
  • aba886e9da Issue 741: Darken white background reaper47 2023-06-13 08:27:26 +02:00
  • 274dff3257 Remove more useless files. comfyanonymous 2023-06-13 02:22:19 -04:00
  • f0a2b81cd0 Cleanup: Remove a bunch of useless files. comfyanonymous 2023-06-13 02:19:08 -04:00
  • 74297f5f9d Merge branch 'master' of https://github.com/ssitu/ComfyUI comfyanonymous 2023-06-13 01:41:27 -04:00
  • 0c874e604c Fix unhandled message "execution_cached" ssit 2023-06-12 17:16:03 -04:00
  • 2803e78bd0 Add a note to script about which websocket library is used. comfyanonymous 2023-06-12 17:05:28 -04:00
  • f5d8aadb22 Add script example that downloads the images after a prompt is executed. comfyanonymous 2023-06-12 14:36:45 -04:00
  • af91df85c2 Add a /history/{prompt_id} endpoint. comfyanonymous 2023-06-12 14:34:30 -04:00