ImageGem Dataset - Images
- project page: https://maps-research.github.io/imagegem-iccv2025/
- github repo with example usage: https://github.com/MAPS-research/imagegem
- ImageGem Models: https://huggingface.co/datasets/MAPS-research/ImageGem-models
Description
Name | Dtype | Source | Description |
---|---|---|---|
imageId | int64 | image metadata | |
modelVersionId | int64 | image metadata | |
postId | int64 | image metadata | |
url | string | image metadata | download link from civitai |
hash | string | image metadata | hash for the image |
nsfw | int64 | image metadata | boolean, only 0 or 1 |
browsingLevel | int64 | image metadata | the level rating from civitai |
type | string | image metadata | |
height | int64 | image metadata | |
width | int64 | image metadata | |
seed | float64 | image metadata | random seed for image generation |
steps | float64 | image metadata | num inference steps |
prompt | string | image metadata | |
negativePrompt | string | image metadata | |
sampler | string | image metadata | |
cfgScale | float64 | image metadata | classifier free guidance scale |
clipSkip | float64 | image metadata | |
hiresUpscale | float64 | image metadata | |
hiresUpscaler | string | image metadata | |
denoisingStrength | float64 | image metadata | |
createdAt | string | image metadata | |
comfy | string | image metadata | raw comfyui metadata if available |
cryCount | int64 | image stats | 😢 |
laughCount | int64 | image stats | 😂 |
likeCount | int64 | image stats | 👍 |
dislikeCount | int64 | image stats | |
heartCount | int64 | image stats | ❤️ |
commentCount | int64 | image stats | only number of comments |
userHash | string | image metadata | anonymized username |
Notes
- Metadata are accessed from civitai api, but we parsed the noisy image metadata into a formatted way
- Downloads last month
- 20