https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html Design of our Dockerfile It is required that all training data is stored in the dataset subdirectory, which is mounted into the container at /dataset. Please note that the file picker functionality is not...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
https://docs.nvidia.com/cuda/wsl-user-guide/index.html#nvidia-compute-software-support-on-wsl-2https://docs.docker.com/desktop/wsl/use-wsl/#gpu-support Linux, OSX Install an NVIDIA GPU Driver if you do not already have one installed. https://docs.nvidia.com/datacenter/tesla/tesla-installa...
Based on the official guide of Kohya: If the LoRA type is LyCORIS/LoCon, set Convolution Rank (Dimension) to a value less than or equal to 64, and Convolution Alpha to 1. You can set Convolution Alpha to a lower value based on your business requirements. If the LoRA type i...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Installation Guide for Linux We provide an environment.yml file for setting up a Conda environment. Conda's installation instructions are available here. We recommend CUDA versions 12.4 or 11.8 for the manual installation. # 1. Prepare conda environment conda env create -f environment.yml # 2. ...
Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
714846e .github bitsandbytes_windows docs finetune library __init__.py config_util.py custom_train_functions.py huggingface_util.py lpw_stable_diffusion.py model_util.py slicing_vae.py train_util.py utils.py networks tools .gitignore ...
(self.control_nets, num_latent_input, batch_size, clip_guide_images) if reginonal_network: num_sub_and_neg_prompts = len(text_embeddings) // batch_size # last subprompt and negative prompt text_emb_last = [] for j in range(batch_size): text_emb_last.append(text_embeddings...