Improve CivitAI image selection #107

Closed
joelyoder wants to merge 1 commit from codex/refactor-image-download-from-civitai into main
joelyoder commented 2025-09-24 10:26:11 -04:00 (Migrated from github.com)

Summary

  • expand the CivitAI model image representation to capture ids, types, and version references
  • refactor version image fetching to request metadata, deduplicate responses, and filter entries to the active model version
  • update image collection callers to pass the model type and gracefully fall back to filtered version metadata when needed

Testing

  • go test ./...

https://chatgpt.com/codex/tasks/task_e_68d3fcb3bd78833294282b69fa215a05

## Summary - expand the CivitAI model image representation to capture ids, types, and version references - refactor version image fetching to request metadata, deduplicate responses, and filter entries to the active model version - update image collection callers to pass the model type and gracefully fall back to filtered version metadata when needed ## Testing - go test ./... ------ https://chatgpt.com/codex/tasks/task_e_68d3fcb3bd78833294282b69fa215a05

Pull request closed

Sign in to join this conversation.
No description provided.