mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-03 15:52:44 -08:00
resolve merge issues
This commit is contained in:
parent
70a01cd444
commit
ac8a5d18d3
3 changed files with 8 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import torch
|
||||
import inspect
|
||||
import k_diffusion.sampling
|
||||
from modules import sd_samplers_common, sd_samplers_extra
|
||||
from modules.sd_samplers_cfg_denoiser import CFGDenoiser
|
||||
from modules import sd_samplers_common, sd_samplers_extra, sd_samplers_cfg_denoiser
|
||||
|
||||
from modules.shared import opts
|
||||
import modules.shared as shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue