mauwii
b55dcf5943
remove id from test prompts
2022-10-29 10:11:54 +02:00
mauwii
bb5fe98e94
rename matrix-job, use macOS-12, add ids to steps
2022-10-29 10:03:03 +02:00
mauwii
fc4d07f198
reenable preload models, move huggingface-cache...
...
... on top of conda env activation, since `~/.cache` also contains pip
2022-10-29 08:59:23 +02:00
mauwii
e7aeaa310c
run without preload_models.py
...
since an upcoming update makes it interactive
2022-10-29 08:39:28 +02:00
mauwii
85b5fcd5e1
fix cache hit expression in download sd-model step
...
- also update sd-cache display name to include current model
2022-10-29 08:28:17 +02:00
mauwii
e5d0c9c224
include sd-switch in artifact name
2022-10-29 08:08:15 +02:00
mauwii
d2e8ecbd4b
fix missing matrix-parameters
2022-10-29 07:35:43 +02:00
mauwii
63202e2467
try to run matrix with different models
2022-10-29 07:25:19 +02:00
mauwii
ea65650883
add conda pkgs cache, remove conda env cache
...
also directly setup correct conda env
2022-10-29 05:49:12 +02:00
mauwii
bd3ba596c2
fix hashFiles function
2022-10-29 04:58:10 +02:00
mauwii
0a89d350d9
update conda cache to use actions/cache@v3
2022-10-29 04:54:01 +02:00
mauwii
b7fcf6dc04
readd conda env cache
2022-10-29 04:49:43 +02:00
mauwii
f7a47c1b67
reenable caching of sd model
2022-10-28 23:56:13 +02:00
mauwii
7138faf5d3
include stable-diffusion-model in job name
2022-10-28 23:51:17 +02:00
mauwii
1ca1ab594c
fix matrix
2022-10-28 21:11:18 +02:00
mauwii
9425389240
prop. integrate stable-diffusion-model into matrix
2022-10-28 21:07:59 +02:00
mauwii
9f16ff1774
remove cache for debugging
2022-10-28 21:01:06 +02:00
mauwii
2ac3c9e8fd
remove -O from curl arguments
2022-10-28 20:58:18 +02:00
mauwii
4a9209c5e8
add debug branch to trigger run
2022-10-28 20:42:14 +02:00
mauwii
b78d718357
use propper bearer authentication to dwnload model
...
instead of --user username:token
2022-10-28 20:41:04 +02:00
mauwii
104466f5c0
use sd-model link from matrix
...
this enables running tests with diffferent models
2022-10-28 13:47:45 -04:00
mauwii
e81df1a701
add forgotten output-file
2022-10-28 13:47:45 -04:00
mauwii
61013e8eee
prevent secret leakage with pull_request_target
...
- in this way the action is used from the base repository
- also use new secret HUGGINGFACE_TOKEN (username:token)
- f.e. `noreply@github.com:hf_lkaugfklagwrjglaslzfgkjzzf`
- change pr prompt file to validate_pr_prompt.txt
2022-10-28 13:47:45 -04:00
mauwii
f8dd2df953
remove conda cache
2022-10-28 11:12:42 -04:00
mauwii
3795bec037
remove debug branch, set fail-fast to false
...
to find out if only mac or ubuntu is broken
(otherwise if one fails the otherone automatically cancels)
2022-10-28 11:12:42 -04:00
Lincoln Stein
4104ac6270
copied workflows from main to dev
2022-10-25 17:27:38 -04:00
Lincoln Stein
98fe044dee
rebrand CLI from "dream" to "invoke"
...
- rename dream.py to invoke.py
- create a compatibility script named dream.py that execs() invoke.py
- redo documentation
- change help message in args
- this does **not** rename the libraries, which are still ldm.dream.util, etc
2022-10-08 09:32:06 -04:00