Reorganization of Parameters to Stay Below 25 #224
Replies: 2 comments
-
I would say use a form for the controlnet input but I think that using controlnet via a discord bot might be a little more than what was intended. I believe there is some example form code when you do the edit for a redraw. Best of luck to ya |
Beta Was this translation helpful? Give feedback.
-
Yep, the good question is what CN options you want to use and the ones you can do without. You can use a new command, to have 23-24 'presets' of CN units (as payloads). (1-2 choices for image acquisition, URL is better to use) But still, the first move is to choose "the ones you can do without" and then you may choose the best/easiest way to implement it. PoserefHere is an implementation of the Poseref option for /Draw: Source for my version (advo-kat fork): My CN Payload (not exhaustive code): Source (poor quality, not the best source lol): Result, Cyberpunk Version (Poseref for openpose): ADetailerYou also may like the ADetailer option for /Draw (need to install 'ADetailer' extension in the webui): My ADetailer payload (not exhaustive code): Source for my version (also advo-kat fork): Without ADetailer option (Face only): With ADetailer option (Face only): My Civitai gallery, 100% of the images are from the Discord Bot: Cheers ! 🥂 |
Beta Was this translation helpful? Give feedback.
-
Hi,
This is pertaining to the 25 option limit that discord enforces. I'm working on adding controlnet options for aiyabot. There are a lot of options that can be used for the controlnet extension.
What is the strategy for adding new command options to aiyabot? Should I make a new slashcommand for controlnet? The problem with this route is that this new controlnet slashcommand could take all of the options for /draw in addition to the new controlnet options, so I would be left picking and choosing which options to include to stay under 25.
Should we maybe have per feature settings? /draw-settings, /controlnet-settings? But it doesn't feel great to have to change channel settings every time you want to draw something, so maybe settings should be user specific? But it would be a lot to start keeping track of every user's settings.
Does anyone have any ideas to solve this problem? Is there a way we can use forms or buttons maybe? I am down to do work on a suggested solution.
Beta Was this translation helpful? Give feedback.
All reactions