ComfyUI/comfy
comfyanonymous 5a971cecdb Add callback to sampler function.
Callback format is: callback(step, x0, x)
2023-04-27 04:38:44 -04: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 Add callback to sampler function. 2023-04-27 04:38:44 -04: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