↓ 1 callersFunction_encode_prompt_with_clip(
text_encoder,
tokenizer,
prompt: str,
device=None,
text_input_ids=None,
num_images_p
soar/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,
soar/flow_grpo/diffusers_patch/train_dreambooth_lora_sd3.py:19
↓ 1 callersFunctionrun_sampling(
v_pred_fn,
z,
sigma_schedule,
solver="flow",
determistic=False,
eta=0.7,
)
soar/flow_grpo/diffusers_patch/solver.py:15