carefree0910 / carefree-creator

AI magics meet Infinite draw board.
https://creator.nolibox.com/guest
MIT License
2.13k stars 216 forks source link

Audit Algorithm too strict #19

Closed garandal245 closed 8 months ago

garandal245 commented 1 year ago

with the prompt of 2b, neir it triggers the audit algorithm roughly 2/3 times is there any way to bypass this for the locally run server

carefree0910 commented 1 year ago

Hi!

tl; dr: You can actually access the generated images through the Network panel in the browser's console. 🤣

For now, I'm still storing the images on my poor cloud server, which requires me to do strict audit. 😣

But there's a fun fact: if you open the console of your browser and go to the Network panel, you can actually see that the image has already been generated and transferred to the webui, after which I will upload it to my poor cloud server, which triggers the audit algorithm.

So, the audit algorithm only stops you from uploading the output to my poor cloud server, but it does not stop you from generating! 😉