From 1c549d5e3451275038f146c439de82f3c45ac38b Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Thu, 21 Nov 2024 20:38:16 -0800 Subject: [PATCH] rename diffusers finetuning and SAM examples (#989) --- .../{dreambooth_app.py => diffusers_lora_finetune.py} | 2 +- 06_gpu_and_ml/sam/{run_sam.py => segment_anything.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename 06_gpu_and_ml/dreambooth/{dreambooth_app.py => diffusers_lora_finetune.py} (99%) rename 06_gpu_and_ml/sam/{run_sam.py => segment_anything.py} (100%) diff --git a/06_gpu_and_ml/dreambooth/dreambooth_app.py b/06_gpu_and_ml/dreambooth/diffusers_lora_finetune.py similarity index 99% rename from 06_gpu_and_ml/dreambooth/dreambooth_app.py rename to 06_gpu_and_ml/dreambooth/diffusers_lora_finetune.py index ddf1a818a..6cf027775 100644 --- a/06_gpu_and_ml/dreambooth/dreambooth_app.py +++ b/06_gpu_and_ml/dreambooth/diffusers_lora_finetune.py @@ -3,7 +3,7 @@ # tags: ["use-case-image-video-3d", "use-case-finetuning", "featured"] # --- -# # Train a character LoRA for Flux with Hugging Face and Gradio +# # Create a character LoRA for Flux with Hugging Face and Gradio # This example finetunes the [Flux.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) # on images of a pet (by default, a puppy named Qwerty) diff --git a/06_gpu_and_ml/sam/run_sam.py b/06_gpu_and_ml/sam/segment_anything.py similarity index 100% rename from 06_gpu_and_ml/sam/run_sam.py rename to 06_gpu_and_ml/sam/segment_anything.py