Releases: bghira/discord-tron-master
v0.2.0
What's Changed
- Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #2
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #3
- Bump pillow from 9.5.0 to 10.0.1 by @dependabot in #4
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #8
- Bump aiohttp from 3.8.5 to 3.9.0 by @dependabot in #7
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #5
Full Changelog: v0.1.1...v0.2.0
the second release
- Img2Img doesn't need a mention in a thread.
Full Changelog: v0.1.0...v0.1.1
the first release
Full Changelog: https://github.com/bghira/discord-tron-master/commits/v0.1.0
5892766 Clipdrop styles
cac344e Resolutions: refactor markdown table creator
5373cd4 Resolutions: remove extraneous
6fbf592 Resolutions: new ones for SDXL
f63e8e2 SDXL Refiner: use prompt embeds
cbfc0ac AppConfig: add default values for deepfloyd
668f0c2 image metadata: add automatic1111/stable-diffusion-webui compatibility
c2dd2f9 img2img: add variant reactions
783181f img2img: override resolution if the aspect is different
f12204f PNG info: override user_config for img2img
f7d7787 Reactions: add more options, and a self-service delete option
23a7c42 CFG Rescale: add the parameter to the defaults, and ensure it displays in !settings output
b6b09d3 Reactions: Load string, dont quote endlessly
f37e16a Reactions: Submit generation on recycle
9061578 Reactions: Encode the user id into the metadata
27df1df Reactions: Clone config, send message
ecce4e9 Reactions: Add a cog for reading events
b022d4b PNG Info: Record metadata to disk
3a840a5 appconfig: allow None to be overridden
e593cf9 diffusers#4003 - Partial-diffusion for SDXL.
598854b Add default for SDXL refiner
72df7a1 SDXL by Default
3d674df Intake newline prompts as a batch
caeb029 Improve the prompt template for images
33d08fa Prompt segmentation for OpenAI prompts
18c9e9e Use the new GPT 3.5 model endpoint for June 13th
a4b368d Add hires_fix
18d75e3 Worker manager: using asyncio to run the async method
dc14254 [fix] Add tile_strength to defaults
561bc85 [fix] Permissions: Restricting models allowed
b51235d [logging] Permissions: Log guild configs
27678b0 [fix] Guilds: Cogs for handling guilds, and validating the settings.
d671442 Guilds: store settings for a specific guild, and mark a guild as Home
8c9685e Custodial: Add README, dependency bump, example config refresh
0ba9fc4 Add the project license
588c591 Bump the temperature of requests for image prompts
830ae6a ControlNet fix: Use the user prompts so they pull in from user_config
8ade3c8 Use slop in is_expired to encourage middle-of-the-road renewal times rather than over-eager or last-minute
0ed175c Add TTS actors configuration
a11a41d Filter some bad TTS voices
4d5d673 Scheduler fixes, pipeline fixes
2cebc47 Add scheduler decision support
c06457a LLaMA support: allow long polls
1b79934 LLaMA support: send large messages
a06f9d5 LLaMA support: basic predictions
89e3420 Remove any references to SAG pipelines
887559d Remove SAG pipeline support because it is fucking shit
5479a7f Deregister a double-registered worker.
e62ca89 Fixes for running under gunicorn
ddc8001 Initial support for Gunicorn, but not ideal.
18080ee Add an endpoint for uploading images
6b9a26b Decompress incoming images
0300f91 Clean up the wipey butts
a589732 Do not attempt to create a thread that already exists
dc01517 GPT token tracking and conversation history
d8a48c0 Add user-specified GPT role
f71f447 Allow deleting of transformers
7996f03 Tokenizer for OpenAI
6cd0492 Add resolution mgmt to the master
fc567d3 Milestone: Image generation works, and is directly inserted to Discord
9886808 Milestone: The client-server can send/edit/delete Discord messages, and the jobs get received and processed by worker
b75cd6d Sending messages back from the Generate command now works
6391e02 It does not seem to complain anymore, but it does not complain any less
ea597cd Async programming hellscape where the fucking thing will not start the job loop
a23fb2e Job management prototype, able to query the queues and register workers. Returns workers as objects, which works better.
7ff7fcd Cogs: adding worker command execution / thread monitoring
1db26cd Command processing, worker registration
d635d14 WIP: Fixed the WebSocket threading. What a nightmare.
4a1669b WIP: It still works, but it also has a bunch of unused worker processing code.
face0e1 Milestone: working Flask oAuth / websockets with oAuth, though it is not perfect or ideal
52ad73f Somehow, Flask db migrations work
77800ab gitignore
f6607de initial commit