Konstantine Tsafatinos
f17f11e5f3
fix enqueue and deposit to use a_push_action
2023-06-26 23:24:32 -04:00
Konstantine Tsafatinos
1b80de6228
change push_action to a_push_action in enqueue cli
2023-06-26 21:11:24 -04:00
Konstantine Tsafatinos
c8471ff85b
add min-verification
2023-06-26 18:56:44 -04:00
Konstantine Tsafatinos
a452065779
remove unneeded if block
2023-06-26 18:10:55 -04:00
Konstantine Tsafatinos
1cbb1dd7f3
add enqueue spam command
2023-06-26 18:02:21 -04:00
Guillermo Rodriguez
1e05357a72
Zoltan's review comments
2023-06-11 20:27:41 -03:00
Guillermo Rodriguez
44bfc5e9e7
Make worker more resilient by using failable wrapper on network calls, modularize ipfs module and pinner code, drop ipfs links from telegram response and make explorer link easily configurable
2023-06-10 09:34:03 -03:00
Guillermo Rodriguez
c8a0a390a6
Fix for img2img mode on new worker system
2023-06-08 21:25:07 -03:00
Guillermo Rodriguez
bbc5751837
Separate worker into submodules
2023-06-04 17:51:43 -03:00
Guillermo Rodriguez
fc513b89af
Retry pin
2023-06-04 14:41:26 -03:00
Guillermo Rodriguez
27fe05c3e7
Vast improvement to telegram frontedn
2023-06-03 20:17:56 -03:00
Guillermo Rodriguez
31cca4f487
Woops fixed import
2023-06-03 12:46:21 -03:00
Guillermo Rodriguez
006d15137c
Updated ipfs remote and ipfs launch logic
2023-06-03 12:44:22 -03:00
Guillermo Rodriguez
13c6e85ac9
Make pinner less spammy lool, and gpu more resiliant
2023-06-03 12:22:24 -03:00
Guillermo Rodriguez
320f13260c
Update nodeos genesis init
2023-06-01 19:21:42 -03:00
Guillermo Rodriguez
40ba84c109
Drop cleos docker container usage for push action in frontend and dgpu, also make pinner way more agresive
2023-05-30 00:32:17 -03:00
Guillermo Rodriguez
25413a68cc
Fix logging bug on pinner
2023-05-29 23:34:02 -03:00
Guillermo Rodriguez
731a64494f
Update url defaults
2023-05-29 21:00:47 -03:00
Guillermo Rodriguez
33d2ca281b
Pin all the things
2023-05-29 19:44:31 -03:00
Guillermo Rodriguez
1494e47b34
Snappier dgpu, fix captioning & gitignores
2023-05-29 19:03:39 -03:00
Guillermo Rodriguez
2b18fa376b
Add redo support to img2img also switch pinner to use http api
2023-05-29 13:08:01 -03:00
Guillermo Rodriguez
22c403d3ae
Add autowithdraw switch, start storing input images on ipfs
2023-05-29 00:46:47 -03:00
Guillermo Rodriguez
303ed7b24f
Add wait time on pinner and autocreate ipfs node directories on startup
2023-05-28 22:20:06 -03:00
Guillermo Rodriguez
e63d395d5c
Frontend DB fixes and starting to add img2img
2023-05-28 20:17:55 -03:00
Guillermo Rodriguez
5e017ffac0
Telegram frontend fixes and create pinner
2023-05-28 18:23:51 -03:00
Guillermo Rodriguez
1d7d11a9c1
Add .ini example & new account config
...
Add new smart contract clis config etc
Update GPU worker software to match contract updates
Do dynamic nodeos genesis
2023-05-27 22:42:27 -03:00
Guillermo Rodriguez
3607c568de
Drop separate reqs file for tests
...
Update docker containers
Create cli helpers for interacting with skynet
Add test
Begin adding hyperion api to telegram frontend
2023-05-27 17:50:47 -03:00
Guillermo Rodriguez
0b312ff961
Use leap as network + auth layer, we decentarlized now
2023-05-22 06:10:51 -03:00
Guillermo Rodriguez
5e8787b4fc
Add download command
...
Fix ini config loading
Update test requirements
Fix attempt_insecure and connection simple dgpu tests
2023-03-20 11:09:32 -03:00
Guillermo Rodriguez
4feed81662
Network rework in progress, also swap db to be on frontend layer
...
Simplify protobuf proto
Add manual telegram test
Add new .ini config system add example and gitignore entry
Expose ports on dgpu Dockerfile
2023-03-20 11:09:30 -03:00
Guillermo Rodriguez
8427165a76
Add image resize before img2img calc, add strength parameter to local img2img tools
2023-01-17 19:01:31 -03:00
Guillermo Rodriguez
97f7d51782
Add img2img mode
2023-01-15 23:42:45 -03:00
Guillermo Rodriguez
8427eaafd7
Need to add more cmd line params to be able to deploy
2022-12-24 11:20:25 -03:00
Guillermo Rodriguez
a656be62b6
Disable torch import on cuda-less runs
2022-12-24 10:54:33 -03:00
Guillermo Rodriguez
a9c237b538
Add upscaler
2022-12-24 10:39:40 -03:00
Guillermo Rodriguez
cb92aed51c
Finish telegram frontend integration
...
Correctly update user stats after a txt2img request
Swap tg_id to BIGINT on database
Refactor help topic system to be more generic
Fix skynet brain cli entry point
Fix multi request rpc session, we werent creating a context on the req side
Fix redo method
DGPU now returns image metadata
Improve error messages brain to frontend
Add version as constant
Add telegram dep to requirements
2022-12-21 11:53:50 -03:00
Guillermo Rodriguez
6bc555f0d6
Add authenticated messaging, also cmd line utils txt2img and upscale
2022-12-19 12:36:02 -03:00
Guillermo Rodriguez
f6326ad05c
Rework dgpu client to be single task
...
Add a lot of dgpu real image gen tests
Modified docker files and environment to allow for quick test relaunch without image rebuild
Rename package from skynet_bot to skynet
Drop tractor usage cause cuda is oriented to just a single proc managing gpu resources
Add ackwnoledge phase to image request for quick gpu disconnected type scenarios
Add click entry point for dgpu
Add posibility to reuse postgres_db fixture on same session by checking if schema init has been already done
2022-12-17 11:39:42 -03:00