mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-12 15:59:00 +08:00
the code runs better when you import things you need
This commit is contained in:
parent
044494d914
commit
4eb7cb443d
@ -1,5 +1,6 @@
|
||||
import inspect
|
||||
from collections import namedtuple
|
||||
from contextlib import nullcontext
|
||||
import torch
|
||||
from PIL import Image
|
||||
from modules import devices, images, sd_vae_approx, sd_samplers, sd_vae_taesd, shared, sd_models
|
||||
|
Loading…
x
Reference in New Issue
Block a user