MCPcopy
hub / github.com/kohya-ss/sd-scripts / post_process_network

Method post_process_network

train_network.py:235–236  ·  view source on GitHub ↗
(self, args, accelerator, network, text_encoders, unet)

Source from the content-addressed store, hash-verified

233 # region SD/SDXL
234
235 def post_process_network(self, args, accelerator, network, text_encoders, unet):
236 pass
237
238 def get_noise_scheduler(self, args: argparse.Namespace, device: torch.device) -> Any:
239 noise_scheduler = DDPMScheduler(

Callers 1

trainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected