Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HPU] [Train] Add a Stable Diffusion fine-tuning and serving example #45217

Merged
merged 10 commits into from
May 30, 2024
10 changes: 10 additions & 0 deletions doc/source/train/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ examples:
- computer vision
- generative ai
link: examples/pytorch/dreambooth_finetuning
- title: Finetune Stable Diffusion and generate images with Intel Gaudi
skill_level: intermediate
frameworks:
- accelerate
- transformers
use_cases:
- computer vision
- generative ai
woshiyyya marked this conversation as resolved.
Show resolved Hide resolved
contributor: community
link: examples/intel_gaudi/sd
- title: Train a text classifier with PyTorch Lightning and Ray Data
frameworks:
- lightning
Expand Down
Loading
Loading