Skip to content

Commit

Permalink
Gradio 4 + WebUI 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel committed Jul 26, 2024
1 parent e95333c commit e26abf8
Show file tree
Hide file tree
Showing 201 changed files with 7,557 additions and 4,829 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ module.exports = {
//extraNetworks.js
requestGet: "readonly",
popup: "readonly",
// profilerVisualization.js
createVisualizationTable: "readonly",
// from python
localization: "readonly",
// progrssbar.js
Expand Down
105 changes: 0 additions & 105 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/pull_request_template.md

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/on_pull_request.yaml

This file was deleted.

107 changes: 0 additions & 107 deletions .github/workflows/run_tests.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/warns_merge_master.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ __pycache__
*.ckpt
*.safetensors
*.pth
*.dev.js
.DS_Store
/output/
/ESRGAN/*
/SwinIR/*
/repositories
Expand Down Expand Up @@ -39,6 +42,9 @@ notification.mp3
/package-lock.json
/.coverage*
/test/test_outputs
/cache
trace.json
/sysinfo-????-??-??-??-??.json
/test/results.xml
coverage.xml
**/tests/**/expectations
**/tests/**/expectations
Loading

0 comments on commit e26abf8

Please sign in to comment.