harshkhare commited on
Commit
da8cd63
·
verified ·
1 Parent(s): 8a204a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -99,6 +99,10 @@ pipe.load_lora_weights(lora_model_id)
99
  image = pipe("A picture of an elephant that looks like a dog.", num_inference_steps=25).images[0]
100
  image.save("my_image.png")
101
  ```
 
 
 
 
102
 
103
  #### Limitations and bias
104
 
 
99
  image = pipe("A picture of an elephant that looks like a dog.", num_inference_steps=25).images[0]
100
  image.save("my_image.png")
101
  ```
102
+ #### Fine tuning the original model
103
+ This model was created by fine tuning the original stable diffusion model based on the instructions here- https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sdxl.md
104
+ Various other base models (other than stable diffusion) can also be fine tuned using DreamBooth. For example, some discussion on fine tuning Playground 2.5 model can be found here- https://github.com/huggingface/diffusers/pull/7126
105
+
106
 
107
  #### Limitations and bias
108