mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
imports cleanup for ruff
This commit is contained in:
parent
96d6ca4199
commit
f741a98bac
48 changed files with 42 additions and 114 deletions
|
|
@ -1,10 +1,8 @@
|
|||
import cv2
|
||||
import requests
|
||||
import os
|
||||
from collections import defaultdict
|
||||
from math import log, sqrt
|
||||
import numpy as np
|
||||
from PIL import Image, ImageDraw
|
||||
from PIL import ImageDraw
|
||||
|
||||
GREEN = "#0F0"
|
||||
BLUE = "#00F"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue