Commit Graph

9 Commits (509c528b45021ddcaf58f1f13d3cb04f1df2cdab)

Author SHA1 Message Date
Guillermo Rodriguez 509c528b45 Remove rpc heartbeat service and add it to gpu bus 2023-01-07 13:01:03 -03:00
Guillermo Rodriguez c8040fe5c4 Add simple heartbeat mechanic 2023-01-07 09:06:35 -03:00
Guillermo Rodriguez 3716b57237 Switch to protobuf 2023-01-06 14:36:50 -03:00
Guillermo Rodriguez 27271f0931 Add more logging on msg passing 2022-12-24 11:34:00 -03:00
Guillermo Rodriguez 82d6512f5a Testing unlimited msg size 2022-12-24 11:28:17 -03:00
Guillermo Rodriguez b4289ba04f Add upscaler 2022-12-24 10:39:40 -03:00
Guillermo Rodriguez b41c2babd9 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 6874282edf Add authenticated messaging, also cmd line utils txt2img and upscale 2022-12-19 12:36:02 -03:00
Guillermo Rodriguez bed5268f08 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