mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
- The checkpoint conversion script was generating diffusers models with the safety checker set to null. This resulted in models that could not be merged with ones that have the safety checker activated. - This PR fixes the issue by incorporating the safety checker into all 1.x-derived checkpoints, regardless of user's nsfw_checker setting. |
||
---|---|---|
.. | ||
data | ||
invoke | ||
models | ||
modules | ||
__init__.py | ||
generate.py | ||
lr_scheduler.py | ||
simplet2i.py | ||
util.py |