-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSFW Allowed? #22
Comments
Hi! If you can deploy locally, there are two ways to do it:
|
Hello! Thanks, but I can't find any images logged under the network tab, it only seems like api requests to |
Hi! Looks like you have not deployed the APIs locally before you look into the network tab, have you installed this package, or used the Google Colab to deploy one? |
Oh right! I'm stupid, I was using your server, without deploying it myself. Sorry, also, I'm really new so you will have to excuse me, but what is Google Colab and how does it work? Can I run code in google colab? Is that in the cloud or locally? Do I have to download anything there? Thank you very much |
Hi! You can treat Google Colab as a 'online code runner with GPUs', which means:
And here's the Colab link: https://colab.research.google.com/github/carefree0910/carefree-creator/blob/dev/tests/server.ipynb, you can try it out to see if everything goes right! |
Okay! Thank you very much :) |
Hey! I started up the Google Colab version, but it seems like what you said in that other issue, about it being visible in the networks tab, didn't work... It works for the regular images, but not for the flagged ones. Although the logged png I get in the network tab on the normal ones already seems uploaded on your cdn, so I get that the flagged ones aren't there. The other stuff just seems like API requests to my webserver and to your cdn. Are you sure that we're able to see the raw generated on the networks tab? Thanks! |
Yes, I'm pretty sure, because the API service can only return raw images, which will be uploaded to the cloud at the WebUI. So before uploading, the raw images have to be sent to the WebUI, so you should be able to see the images!
|
is it possible to disable the nsfw checker? with an argument like --no_nsfw_checker, or any other way? (for scientific reasons)
The text was updated successfully, but these errors were encountered: