mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 16:51:21 -08:00
return the line lost during the merge
This commit is contained in:
parent
36762f0eaf
commit
f4979422dd
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import torch
|
||||||
import inspect
|
import inspect
|
||||||
import k_diffusion.sampling
|
import k_diffusion.sampling
|
||||||
from modules import sd_samplers_common, sd_samplers_extra, sd_samplers_cfg_denoiser
|
from modules import sd_samplers_common, sd_samplers_extra, sd_samplers_cfg_denoiser
|
||||||
|
from modules.sd_samplers_cfg_denoiser import CFGDenoiser
|
||||||
|
|
||||||
from modules.shared import opts
|
from modules.shared import opts
|
||||||
import modules.shared as shared
|
import modules.shared as shared
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue