chaiNNer-org / spandrel

Spandrel gives your project support for various PyTorch architectures meant for AI Super-Resolution, restoration, and inpainting. Based on the model support implemented in chaiNNer.
MIT License
103 stars 7 forks source link

No `print` in architecture code #244

Closed RunDevelopment closed 2 months ago

RunDevelopment commented 2 months ago

I added a ruff rule to disallow print in architecture code. Architecture code should be doing any logging anyway.