Skip to content

Releases: ollm/opencomic-ai-training

Release list

v1.0

Choose a tag to compare

@ollm ollm released this 22 Jun 19:42

OpenComic AI v1.0

Added

Initial release with the first trained model set.

Models

Artifact Removal

Model Type Pretrained From Image Pairs Iterations
opencomic-ai-artifact-removal-compact Compact - 400,000 450,000
opencomic-ai-artifact-removal-lite ESRGAN Lite - 400,000 1,000,000
opencomic-ai-artifact-removal ESRGAN - 400,000 1,000,000

Descreen

Model Type Pretrained From Image Pairs Iterations
opencomic-ai-descreen-hard-compact Compact artifact-removal-compact 120,000 450,000
opencomic-ai-descreen-hard-lite ESRGAN Lite artifact-removal-lite 120,000 1,000,000
opencomic-ai-descreen-hard ESRGAN artifact-removal 120,000 1,000,000

Upscale

Model Type Pretrained From Image Pairs Iterations
opencomic-ai-upscale-2x-compact Compact artifact-removal-compact 25,000 450,000
opencomic-ai-upscale-2x-lite ESRGAN Lite artifact-removal-lite 25,000 1,000,000
opencomic-ai-upscale-2x ESRGAN artifact-removal 25,000 1,000,000
opencomic-ai-upscale-3x-compact Compact upscale-2x-compact 100,000 450,000
opencomic-ai-upscale-3x-lite ESRGAN Lite upscale-2x-lite 100,000 500,000
opencomic-ai-upscale-3x ESRGAN upscale-2x 100,000 500,000
opencomic-ai-upscale-4x-compact Compact upscale-2x-compact 100,000 450,000
opencomic-ai-upscale-4x-lite ESRGAN Lite upscale-2x-lite 100,000 500,000
opencomic-ai-upscale-4x ESRGAN upscale-2x 100,000 500,000

Citation

If you use this project, please cite it as follows.

@software{opencomic_ai,
    author = {Llopart Mora, Oleguer},
    title = {{OpenComic AI}},
    year = {2026},
    version = {1.0.1},
    doi = {10.5281/zenodo.20802371},
    url = {https://doi.org/10.5281/zenodo.20802371}
}

Release models citation. To see the differences between versions, you can check the CHANGELOG.md file.

OpenComic AI v1.0

@software{opencomic_ai_models_v1_0,
    author = {Llopart Mora, Oleguer},
    title = {{OpenComic AI v1.0 Models}},
    year = {2026},
    version = {1.0.1},
    doi = {10.5281/zenodo.20802371},
    url = {https://doi.org/10.5281/zenodo.20802371}
}

License

Component License
Source code MIT
OpenComic AI model weights CC BY 4.0

The source code of this repository is licensed under the MIT License.

OpenComic AI model weights are licensed under the CC BY 4.0.

See LICENSE and LICENSE_MODELS for details.