Mika Scraper / nsfwModels
Variable: nsfwModels
const
nsfwModels:object
The nsfwModels
variable consists of different models supported by the Mika Scraper for handling NSFW (Not Safe For Work) content.
Type Declaration
The nsfwModels
object contains the following properties:
flux
- Type:
string
- Default Value:
'flux_text2img'
artist
- Type:
string
- Default Value:
'text2img_artist'
anime
- Type:
string
- Default Value:
'text2img_anime'
realistic
- Type:
string
- Default Value:
'text2img_real'
realistic_v2
- Type:
string
- Default Value:
'text2img_real_v2'
nsfw_anime
- Type:
string
- Default Value:
'text2img_anime'
These properties represent various content generation models, each designed to address specific types of input data for NSFW imagery generation.
Last updated on