ComfyUI/comfy
Jacob Segal af02393c2a Default to sampling entire image
By default, when applying a mask to a condition, the entire image will
still be used for sampling. The new "set_area_to_bounds" option on the
node will allow the user to automatically limit conditioning to the
bounds of the mask.

I've also removed the dependency on torchvision for calculating bounding
boxes. I've taken the opportunity to fix some frustrating details in the
other version:
1. An all-0 mask will no longer cause an error
2. Indices are returned as integers instead of floats so they can be
   used to index into tensors.
2023-04-29 00:16:58 -07:00
..
cldm Remove omegaconf dependency and some ci changes. 2023-03-13 14:49:18 -04:00
extra_samplers Add callback to sampler function. 2023-04-27 04:38:44 -04:00
k_diffusion Add some low vram modes: --lowvram and --novram 2023-02-08 11:37:10 -05:00
ldm Implement Linear hypernetworks. 2023-04-23 12:35:25 -04:00
sd1_tokenizer Initial commit. 2023-01-16 22:37:14 -05:00
t2i_adapter Update T2I adapter code to latest. 2023-03-03 18:46:49 -05:00
cli_args.py Clarify what --windows-standalone-build does. 2023-04-07 15:52:56 -04:00
clip_vision.py Fix for new transformers version. 2023-04-09 15:55:21 -04:00
clip_vision_config_h.json Add support for unCLIP SD2.x models. 2023-04-01 23:19:15 -04:00
clip_vision_config_vitl.json Add support for unCLIP SD2.x models. 2023-04-01 23:19:15 -04:00
diffusers_convert.py Cleanup. 2023-04-07 02:31:46 -04:00
gligen.py Add support for GLIGEN textbox model. 2023-04-19 11:06:32 -04:00
model_management.py Implement Linear hypernetworks. 2023-04-23 12:35:25 -04:00
sample.py Add callback to sampler function. 2023-04-27 04:38:44 -04:00
samplers.py Default to sampling entire image 2023-04-29 00:16:58 -07:00
sd.py Implement Linear hypernetworks. 2023-04-23 12:35:25 -04:00
sd1_clip.py Some refactoring: from_tokens -> encode_from_tokens 2023-04-15 18:46:58 -04:00
sd1_clip_config.json Initial commit. 2023-01-16 22:37:14 -05:00
sd2_clip.py Some refactoring: from_tokens -> encode_from_tokens 2023-04-15 18:46:58 -04:00
sd2_clip_config.json Use transformers CLIP instead of open_clip for SD2.x 2023-02-05 14:36:28 -05:00
utils.py Implement Linear hypernetworks. 2023-04-23 12:35:25 -04:00