Skip to content

Commit

Permalink
🛠️ feat: add logging to enhance mode in enhance.py
Browse files Browse the repository at this point in the history
from loguru import logger
Enhance Mode = origin model name + img2img action + width *1.5(or 1) +height *1.5(or 1) + diff seed
If you use the nai-generated image as input, please diff the seed!
  • Loading branch information
sudoskys committed Mar 9, 2024
1 parent c4e9114 commit f648a4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/enhance.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# @Author : sudoskys
# @File : enhance.py
# @Software: PyCharm
from loguru import logger

# NOTE About Enhance Mode
# Enhance Mode = origin model name + img2img action + width *1.5(or 1) +height *1.5(or 1) + !!diff seed!!
# :)
logger.info("\nEnhance Mode = origin model name + img2img action + width *1.5(or 1) +height *1.5(or 1) + diff seed")
logger.warning(f"\nIf you use the nai-generated image as input, please diff the seed!")

0 comments on commit f648a4d

Please sign in to comment.