css=css, title='Kohya_ss GUI', theme=gr.themes.Default() ) with interface: with gr.Tab('Finetune'): finetune_tab(headless=headless) with gr.Tab('Utilities'): utilities_tab(enable_dreambooth_tab=False, headless=headless) # Show the interface launch_kwargs = {} username ...
(css=css, title="Kohya_ss GUI", theme=gr.themes.Default()) with interface: with gr.Tab("Finetune"): finetune_tab(headless=headless) with gr.Tab("Utilities"): utilities_tab(enable_dreambooth_tab=False, headless=headless) # Show the interface launch_kwargs = {} username = kwargs.get...
Breadcrumbs kohya_ss / fine_tune_README.mdTop File metadata and controls Preview Code Blame 465 lines (303 loc) · 26.9 KB Raw It is a fine tuning that corresponds to NovelAI's proposed learning method, automatic captioning, tagging, Windows + VRAM 12GB (for v1.4/1.5) environment, etc...
finetune_tab(headless=headless) with gr.Tab('Utilities'): utilities_tab( train_data_dir_input=train_data_dir_input, reg_data_dir_input=reg_data_dir_input, output_dir_input=output_dir_input, logging_dir_input=logging_dir_input, enable_copy_info_button=True, headless=headless, ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} ashrafbay / kohya_ss Public forked from bmaltais/kohya_ss Notifications You must be signed in to change notification settings Fork 1 ...
# XXX dropped option: fine_tune import gc import argparse import itertools import math import os from multiprocessing import Value import toml from tqdm import tqdm import torch from library.ipex_interop import init_ipex init_ipex() from...
Paste your config if you want more help but for memory you need 64GB RAM that is dedicated to the finetune ! I had to upgrade to 128GB my system, last time usage was 68GB for finetuning with 24GB VRAM, you should have those : ...
# XXX dropped option: fine_tune import gc import argparse import itertools import math import os from multiprocessing import Value import toml from tqdm import tqdm import torch try: import intel_extension_for_pytorch as ipex if
fine_tune.py gen_img_diffusers.py requirements.txt sdxl_gen_img.py sdxl_minimal_inference.py sdxl_train.py sdxl_train_control_net_lllite.py sdxl_train_network.py sdxl_train_textual_inversion.py setup.py train_controlnet.py train_db.py train_network.py train_textual_inversion.py train...
kohya-ss committed Jun 23, 2023 1 parent c7fd336 commit 0cfcb5a Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 fine_tune.py Original file line numberDiff line numberDiff line change @@ -397,7...