↓ 2 callersFunctionpipeline_with_logprob(
self,
prompt: Union[str, List[str]] = None,
prompt_2: Optional[Union[str, List[str]]] = None,
flow_grpo/diffusers_patch/pipeline_with_logprob.py:26
↓ 1 callersFunction_encode_prompt_with_clip(
text_encoder,
tokenizer,
prompt: str,
device=None,
text_input_ids=None,
num_images_p
flow_grpo/diffusers_patch/train_dreambooth_lora_sd3.py:59
↓ 1 callersFunction_encode_prompt_with_t5(
text_encoder,
tokenizer,
max_sequence_length,
prompt=None,
num_images_per_prompt=1,
flow_grpo/diffusers_patch/train_dreambooth_lora_sd3.py:19
↓ 1 callersFunctionencode_prompt(
text_encoders,
tokenizers,
prompt: str,
max_sequence_length,
device=None,
num_images
flow_grpo/diffusers_patch/train_dreambooth_lora_sd3.py:98
↓ 1 callersFunctioneval_fn(
pipeline,
test_dataloader,
text_encoders,
tokenizers,
config,
device,
rank,
scripts/train_nft_sd3.py:204
↓ 1 callersFunctionrun_sampling(
v_pred_fn,
z,
sigma_schedule,
solver="flow",
determistic=False,
eta=0.7,
)
flow_grpo/diffusers_patch/solver.py:14
↓ 1 callersFunctionsave_ckpt(
save_dir, transformer_ddp, global_step, rank, ema, transformer_trainable_parameters, config, optimizer,
scripts/train_nft_sd3.py:332
Method__init__(self, dataset, batch_size, k, num_replicas, rank, seed=0)
scripts/train_nft_sd3.py:119