Revert "Fix more ruff lint (#139)" (#144)

This reverts commit e13072cb42.
This commit is contained in:
Chenlei Hu 2024-02-09 02:34:58 +00:00 committed by GitHub
parent 388ca351f4
commit 3c32cbb0af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,8 @@ import sys
import warnings
import os
from threading import Thread
from modules.timer import startup_timer

View File

@ -2,6 +2,7 @@ import datetime
import logging
import threading
import time
import traceback
import torch
from modules import errors, shared, devices
@ -159,7 +160,7 @@ class State:
self.current_image_sampling_step = self.sampling_step
except Exception:
except Exception as e:
# traceback.print_exc()
# print(e)
# when switching models during genration, VAE would be on CPU, so creating an image will fail.