Skip to content

Commit

Permalink
Merge pull request #286 from xdit-project/0920v2
Browse files Browse the repository at this point in the history
move some pictures to other repo
  • Loading branch information
xibosun authored Sep 24, 2024
2 parents 25768b0 + 3b2aa82 commit 6cf25eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">

<picture>
<img alt="xDiT" src="./assets/XDiTlogo.png" width=50%>
<img alt="xDiT" src="https://raw.githubusercontent.com/xdit-project/xdit_assets/main/XDiTlogo.png" width="50%">
</picture>

</p>
Expand Down
2 changes: 1 addition & 1 deletion comfyui-xdit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ python main.py

You can load the default workflow in the comfyui-xdit/workflows folder: xdit-comfyui-demo.json

![demo](img/demo.png)
![demo](https://raw.githubusercontent.com/xdit-project/comfyui/demo.png)
Binary file removed comfyui-xdit/img/demo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/pixartalpha_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main():
parallel_info = (
f"dp{engine_args.data_parallel_degree}_cfg{engine_config.parallel_config.cfg_degree}_"
f"ulysses{engine_args.ulysses_degree}_ring{engine_args.ring_degree}_"
f"pp{engine_args.pipefusion_parallel_degree}_patch{engine_args.num_pipeline_patch}"
f"pp{engine_args.pipefusion_parallel_degree}_patch{engine_args.num_pipeline_patch}_tc_{engine_args.use_torch_compile}"
)
if input_config.output_type == "pil":
dp_group_index = get_data_parallel_rank()
Expand Down

0 comments on commit 6cf25eb

Please sign in to comment.