Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyang23333 committed Feb 11, 2025
1 parent 38c486c commit d168596
Show file tree
Hide file tree
Showing 3,008 changed files with 646,195 additions and 18,064 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
141 changes: 0 additions & 141 deletions .gitignore

This file was deleted.

147 changes: 0 additions & 147 deletions CONTRIBUTING.md

This file was deleted.

40 changes: 0 additions & 40 deletions README.md

This file was deleted.

3 changes: 2 additions & 1 deletion .flake8 → foropenmind0120/janus/mindone/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ extend-exclude =
extend-ignore = E203,E731
per-file-ignores =
*/__init__.py:F401,F403
examples/*,tests/*:E402
mindone/models/threestudio/*/__init__.py,mindone/models/threestudio/__init__.py:F401
examples/*,tests/*,mindone/models/threestudio/*:E402
examples/stable_diffusion_v2/ldm/models/diffusion/dpm_solver/dpm_solver.py:W605
examples/stable_diffusion_v2/ldm/models/diffusion/uni_pc/uni_pc.py:W605
examples/text2video_zero/ldm/models/diffusion/dpm_solver/dpm_solver.py:W605
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
# list of supported hooks: https://pre-commit.com/hooks.html
- id: check-yaml
args: ["--unsafe"]
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
Expand Down
File renamed without changes.
Loading

0 comments on commit d168596

Please sign in to comment.