unfilteredai-nsfw-gen-v2
Version: 1
UnfilteredAI/NSFW-gen-v2
powered by Hugging Face Inference Toolkit
Send Request
You can use cURL or any REST Client to send a request to the AzureML endpoint with your AzureML token.curl <AZUREML_ENDPOINT_URL> \
-X POST \
-H "Authorization: Bearer <AZUREML_TOKEN>" \
-H "Content-Type: application/json" \
-d '{"inputs":"Astronaut riding a horse"}'
Supported Parameters
- inputs (string): The input text data (sometimes called "prompt")
- parameters (object):
- guidance_scale (float): A higher guidance scale value encourages the model to generate images closely linked to the text prompt, but values too high may cause saturation and other artifacts.
- negative_prompt (string): One prompt to guide what NOT to include in image generation.
- num_inference_steps (integer): The number of denoising steps. More denoising steps usually lead to a higher quality image at the expense of slower inference.
- width (integer): The width in pixels of the output image
- height (integer): The height in pixels of the output image
- scheduler (string): Override the scheduler with a compatible one.
- seed (integer): Seed for the random number generator.
Model Specifications
LicenseOther
Last UpdatedMay 2025
PublisherHuggingFace