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