Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/scp checkpoint #376

Open
wants to merge 30 commits into
base: ver18
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6aa40e3
- add merge lora to checkpoint api
Apr 2, 2024
07f4754
Merge pull request #1 from FlydinoTech/feat/api
TruongMinhThuan Apr 2, 2024
46408a0
- add upload lora file and merge to checkpoint api
Apr 2, 2024
4cf90af
Merge pull request #2 from FlydinoTech/feat/api
TruongMinhThuan Apr 2, 2024
0126995
- add logs
Apr 3, 2024
2a4b643
Merge pull request #3 from FlydinoTech/feat/api
TruongMinhThuan Apr 3, 2024
fc4ea5e
- add refresh lora after upload to sd
Apr 3, 2024
399ed54
Merge pull request #4 from FlydinoTech/feat/api
TruongMinhThuan Apr 3, 2024
aa52b1b
- add refresh after upload file
Apr 3, 2024
1a64163
Merge pull request #5 from FlydinoTech/feat/api
TruongMinhThuan Apr 3, 2024
bea9cb1
- add LCM lora auto
Apr 4, 2024
8bb892d
Merge pull request #6 from FlydinoTech/feat/api
TruongMinhThuan Apr 4, 2024
0730a4a
#345
hako-mikan Apr 5, 2024
97030c8
#345
hako-mikan Apr 5, 2024
6f191f3
fix 2nd text encoder for XL
hako-mikan Apr 6, 2024
fb17918
- add merge lora to queue
Apr 8, 2024
7479609
- add api to queue lock
Apr 9, 2024
fa12bd4
- add api to queue lock
Apr 9, 2024
64c1954
#364
hako-mikan Apr 10, 2024
843ca28
#364
hako-mikan Apr 10, 2024
7c005e2
- unload api
Apr 22, 2024
b693d59
Merge branch 'main' of https://github.com/hako-mikan/sd-webui-superme…
Apr 24, 2024
f47cb22
- update for python 39
Apr 24, 2024
4715777
Merge branch 'main' into feat/jewelry-modules
Apr 24, 2024
3399498
Update merge lora without lcm
Apr 24, 2024
ad77114
- fix for queue
Apr 24, 2024
b263fad
- add merge without LCM for stable diffusion v1.3.0
Apr 25, 2024
26713d5
- add merge without LCM for stable diffusion v1.3.0
Apr 25, 2024
28e4987
copy checkpoint
nhutleFlydinotech May 9, 2024
165f9d5
add print for scp
nhutleFlydinotech May 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PEM_PATH=
SERVER_ADDRESS=
DESTINATION_FILE=
Loading