Commit Graph

62 Commits (d1df8b24b913626a813c1fd60e3728c5d290d691)

Author SHA1 Message Date
Guillermo Rodriguez d1df8b24b9 Merge pull request #4 from guilledk/net_rework
Net rework
2023-05-21 16:00:39 -03:00
Guillermo Rodriguez 350596c6ba Update LICENSE 2023-04-09 19:50:08 -03:00
Guillermo Rodriguez 8babc79323 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 459e1a844e 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 10dcaec42c Add redo button to txt2img mode on telegram frontend 2023-01-22 16:10:46 -03:00
Guillermo Rodriguez b32ddd9f9c OMG finally found the issue, missing comma on config attr list 2023-01-18 07:47:02 -03:00
Guillermo Rodriguez f05b24b0e0 Add more logging in case wrong config param 2023-01-18 07:44:46 -03:00
Guillermo Rodriguez 20204cda32 Woops forgot to add new strength param to CONFIG_ATTRS list 2023-01-18 07:37:58 -03:00
Guillermo Rodriguez a3c321fcad Bump version, fix redo help text and add media group response on img2img 2023-01-18 07:25:15 -03:00
Guillermo Rodriguez d278e9aa6c Add strength parameter for img2img 2023-01-18 07:10:49 -03:00
Guillermo Rodriguez d5fa8f32d2 Add image resize before img2img calc, add strength parameter to local img2img tools 2023-01-17 19:01:31 -03:00
Guillermo Rodriguez 98b4a5373d More telegram reply text changes 2023-01-17 07:16:29 -03:00
Guillermo Rodriguez 627e5dc7db More tg tweaks 2023-01-17 07:11:54 -03:00
Guillermo Rodriguez 1f46111e79 Fix redo and change a bit of telegram logic to allow pm 2023-01-17 07:06:18 -03:00
Guillermo Rodriguez 590ce7cdd9 Woops missing awaits 2023-01-16 00:50:02 -03:00
Guillermo Rodriguez 36ea39109b Change img2img msg handler on telegram frontend 2023-01-16 00:42:48 -03:00
Guillermo Rodriguez 493656dae1 Forgot about meta 2023-01-16 00:38:06 -03:00
Guillermo Rodriguez 85dc96e13c Fixing more telegram deseralization errors 2023-01-16 00:35:33 -03:00
Guillermo Rodriguez 43ed6efc75 Separate cuda build in a third step 2023-01-16 00:26:04 -03:00
Guillermo Rodriguez bc00fe35c8 Woops wrong img deseralization 2023-01-16 00:04:20 -03:00
Guillermo Rodriguez 33715ea3aa Add img2img mode 2023-01-15 23:42:45 -03:00
Guillermo Rodriguez f5049b91e8 Add reconnect mechanic to dgpu bus 2023-01-08 07:31:03 -03:00
Guillermo Rodriguez 509c528b45 Remove rpc heartbeat service and add it to gpu bus 2023-01-07 13:01:03 -03:00
Guillermo Rodriguez ef71a72808 Merge pull request #3 from guilledk/heartbeat
Add simple heartbeat mechanic
2023-01-07 09:09:03 -03:00
Guillermo Rodriguez c8040fe5c4 Add simple heartbeat mechanic 2023-01-07 09:06:35 -03:00
Guillermo Rodriguez 2a3778bae6 Merge pull request #2 from guilledk/fix_rectangular_imgs
Fix bug where we only supported square imgs on telegram frontend reply
2023-01-07 09:06:02 -03:00
Guillermo Rodriguez 1e3318b612 Fix bug where we only supported square imgs on telegram frontend reply 2023-01-07 09:05:17 -03:00
Guillermo Rodriguez a19f75e29e Merge pull request #1 from guilledk/protobuf
Switch from `msgspec` to `protobuf`
2023-01-07 06:12:07 -03:00
Guillermo Rodriguez d0c4ca49f0 Bump version number 2023-01-06 22:36:25 -03:00
Guillermo Rodriguez 44129f5383 Forgot to add protobuf dep 2023-01-06 22:35:23 -03:00
Guillermo Rodriguez f7aca3241e Fix a couple bugs on telegram frontend image deseralization and sending metainfo back 2023-01-06 15:14:39 -03:00
Guillermo Rodriguez 3716b57237 Switch to protobuf 2023-01-06 14:36:50 -03:00
Guillermo Rodriguez 1d1d2fa6a1 Switch test psycopg2 dep to binary 2022-12-31 11:57:01 -03:00
Guillermo Rodriguez bc43602af1 Fix big caption bug, and add logging 2022-12-24 15:38:40 -03:00
Guillermo Rodriguez 02c40fbb9b Add logging 2022-12-24 14:32:17 -03:00
Guillermo Rodriguez ee024a21b3 Disable private msging with skynet 2022-12-24 12:13:05 -03:00
Guillermo Rodriguez f2a5c28ab1 Add say command to telegram frontend 2022-12-24 11:58:03 -03:00
Guillermo Rodriguez d1cd7b745b Woops forgot about redo 2022-12-24 11:54:28 -03:00
Guillermo Rodriguez ed0e70a4ce Fix image meta and add logging on telgram 2022-12-24 11:49:20 -03:00
Guillermo Rodriguez 050885ddbe Fix telegram frontend bug sending upscaled images based on wrong size 2022-12-24 11:42:30 -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 70ca9b11cd Need to add more cmd line params to be able to deploy 2022-12-24 11:20:25 -03:00
Guillermo Rodriguez 5652ee985a Missing dep Pillow 2022-12-24 10:55:21 -03:00
Guillermo Rodriguez 1ec908b244 Disable torch import on cuda-less runs 2022-12-24 10:54:33 -03:00
Guillermo Rodriguez b4289ba04f Add upscaler 2022-12-24 10:39:40 -03:00
Guillermo Rodriguez e5fe70d610 Drop old txt2img.py script 2022-12-21 11:59:20 -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 b255e03d65 Minor fixes to upscaler cli tool 2022-12-19 12:42:31 -03:00
Guillermo Rodriguez 6874282edf Add authenticated messaging, also cmd line utils txt2img and upscale 2022-12-19 12:36:02 -03:00