shihanqu
shihanqu
This issue isn't resolved though. The "[ControlNet] Model" option for X/Y/Z plot isn't useful, because we can't define Model and Preprocessor pairs. @Mikubill
Much thanks @glenneroo . When you say make a file in the "stable-diffusion folder", do you mean in user/stable-diffusion-webui, or in the same folder that holds stable_diffusion_bot.exe?
Nevermind! I made a start.bat with the correct initialization text, and it looks like it's running. Unfortunately when I try to /imagine something, I just get "I'm sorry, but I...
Yes, Automatic1111 webui was running, and with the correct commandargs. But I somehow fixed it after going on a debug chase on xformers. Once I fixed xformers, the discord script...
Ah, that's a great feature of your fork! Hope somehow you regain interest in the future, as your fork is probably the best entirely local discord bot on github right...
Bump on this request! Would be cool to put negative prompts in [square brackets] or something @AndBobsYourUncle
Here's a function to put in queue.go that can separate content in the outer [square brackets] as the negative prompt: ``` import ( "fmt" "regexp" ) func parsePrompts(input string) (string,...