Corrected frame quality enhanced
changing round to math.ceil for interpolationexit_image
parent
0f604d6828
commit
61bee2c89a
|
|
@ -1,6 +1,6 @@
|
|||
import math, time, os
|
||||
import numpy as np
|
||||
from PIL import Image
|
||||
from PIL import Image, ImageFilter, ImageDraw
|
||||
from modules.ui import plaintext_to_html
|
||||
import modules.shared as shared
|
||||
from modules.processing import Processed, StableDiffusionProcessing
|
||||
|
|
|
|||
Loading…
Reference in New Issue