Merge pull request #382 from MarkovInequality/resize_lora
Add existing lora resize UI to the utilities tab
This commit is contained in:
commit
7a94c523f5
@ -7,6 +7,7 @@ from textual_inversion_gui import ti_tab
|
|||||||
from library.utilities import utilities_tab
|
from library.utilities import utilities_tab
|
||||||
from library.extract_lora_gui import gradio_extract_lora_tab
|
from library.extract_lora_gui import gradio_extract_lora_tab
|
||||||
from library.merge_lora_gui import gradio_merge_lora_tab
|
from library.merge_lora_gui import gradio_merge_lora_tab
|
||||||
|
from library.resize_lora_gui import gradio_resize_lora_tab
|
||||||
from lora_gui import lora_tab
|
from lora_gui import lora_tab
|
||||||
|
|
||||||
|
|
||||||
@ -44,6 +45,7 @@ def UI(**kwargs):
|
|||||||
)
|
)
|
||||||
gradio_extract_lora_tab()
|
gradio_extract_lora_tab()
|
||||||
gradio_merge_lora_tab()
|
gradio_merge_lora_tab()
|
||||||
|
gradio_resize_lora_tab()
|
||||||
|
|
||||||
# Show the interface
|
# Show the interface
|
||||||
launch_kwargs = {}
|
launch_kwargs = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user