Skip to content

reedemus/hf_events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Background

a Stable Diffusion(SD) demo web-app developed as part of a Huggingface Community event. The web app generates images of Harry Potter characters with new style of outfits inspired by Hogwarts Legacy's video game, given a unique identifier token hogwarts [legacy] student in the prompt's sentence. The custom SD model is fine-tuned using Google's Dreambooth method.

What is Dreambooth?

Dreambooth is a technique developed by Google's research team in 2022 to fine-tune diffusion models(like Stable Diffusion) by injecting a custom subject to the model. This enables any ** customized subject ** (i.e. your pet dog) appear in different scenes, poses, and views in the generated image. To read more about it, visit the project's blog at https://dreambooth.github.io.

Try the app here at HF Spaces DreamBooth Hogwarts Legacy!

example.png