mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 12:22:26 -08:00
fix spelling error
This commit is contained in:
parent
82a973c043
commit
f23dcd57b5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from modules import scripts_postprocessing, ui_components, deepbooru, shared
|
|||
import gradio as gr
|
||||
|
||||
|
||||
class ScriptPostprocessingCeption(scripts_postprocessing.ScriptPostprocessing):
|
||||
class ScriptPostprocessingCaption(scripts_postprocessing.ScriptPostprocessing):
|
||||
name = "Caption"
|
||||
order = 4040
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue