-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: IPAdapter. Feature: Optimize Lora training. Fix: incorrect black…
… image generation. Add: Official ComfyUI support for CN and Lora
- Loading branch information
Showing
246 changed files
with
18,880 additions
and
89,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,3 +137,4 @@ trt/activate.sh | |
trt/deactivate.sh | ||
*.onnx | ||
ckpts/ | ||
app/output/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "comfyui-hydit"] | ||
path = comfyui-hydit | ||
url = https://github.com/zml-ai/comfyui-hydit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
from .bucket import ( | ||
MultiIndexV2, | ||
MultiResolutionBucketIndexV2, MultiMultiResolutionBucketIndexV2, | ||
build_multi_resolution_bucket | ||
MultiResolutionBucketIndexV2, | ||
MultiMultiResolutionBucketIndexV2, | ||
build_multi_resolution_bucket, | ||
) | ||
from .bucket import Resolution, ResolutionGroup | ||
from .indexer import IndexV2Builder, ArrowIndexV2 | ||
from .common import load_index, show_index_info | ||
|
||
__version__ = "0.3.5" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.