Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.21 KB

lora-stable-diffusion-houses

Applying LoRA method to fine-tune Stable Diffusion model for images of houses

For full write-up see: https://medium.com/@j.calzaretta.ai/advancements-in-ai-image-generation-a-look-at-lora-and-instructpix2pix-998e7c6598a4

Goals:

  • Fine-tune Stable Diffusion model for images of houses using LoRA method
  • Explore image editing with InstructPix2Pix

SageMaker Setup

  • Instance: g4dn.4xlarge
  • Instructions git clone https://github.com/huggingface/diffusers cd diffusers pip install . cd examples/text_to_image/ pip install -r requirements.txt accelerate config huggingface-cli login

Tasks (for my tracking)

SAT

  • Get descriptions of houses via GPT4o
  • Get my data into HF format
  • Fine-tune Stable Diffusion model using LoRA method
  • Evaluate the quality of the generated images

SUN

  • Explore InstructPix2Pix
  • Eval results

MON

  • Write blog

NEXT

  • [] Clean up code base

Citations @article{ahmed2016house, title={House price estimation from visual and textual features}, author={Ahmed, Eman and Moustafa, Mohamed}, journal={arXiv preprint arXiv:1609.08399}, year={2016} }