mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
the code runs better when you import things you need
This commit is contained in:
parent
044494d914
commit
4eb7cb443d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue