mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-27 20:32:35 -08:00
rename hypernetwork dir to hypernetworks to prevent clash with an old filename that people who use zip instead of git clone will have
This commit is contained in:
parent
a004d1a855
commit
873efeed49
8 changed files with 7 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ import modules.scripts as scripts
|
|||
import gradio as gr
|
||||
|
||||
from modules import images
|
||||
from modules.hypernetwork import hypernetwork
|
||||
from modules.hypernetworks import hypernetwork
|
||||
from modules.processing import process_images, Processed, get_correct_sampler
|
||||
from modules.shared import opts, cmd_opts, state
|
||||
import modules.shared as shared
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue