BitBurner

Results 6 comments of BitBurner

I'm having this same issue and the closed issue didn't fix it. **Fixed by adding "--api" to launch arguments

Awesome! I got it working perfectly except there is an error: firstphase_width/firstphase_height no longer supported; use hr_scale When you try to specify a size. I see in queue.go where you...

Ok let me test some more. BTW This is VERY fast and I'm sure it's because you wrote it in go ;)

There is a command in the API to get the list of styles: http://127.0.0.1:7860/docs#/default/get_prompt_styles_sdapi_v1_prompt_styles_get

I actually implemented styles as I only have one I need to activate. I think it works great. I don't know go lang so it took me a few hours...

You can change the negative prompt in the source [imagine_queue](https://github.com/AndBobsYourUncle/stable-diffusion-discord-bot/tree/master/imagine_queue)/queue.go at line 348 and recompile the binary with your new negative defaults. This is what it is now: ``` NegativePrompt:...