justinpinkney commited on
Commit
658ff2f
1 Parent(s): 52def34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(title="Image Mixer", css=".gr-box {border-color: #8136e2}") as de
139
 
140
  _Created by [Justin Pinkney](https://www.justinpinkney.com) at [Lambda Labs](https://lambdalabs.com/)_
141
 
142
- ### __Provide one or more images to be mixed together by a fine-tuned Stable Diffusion model.__
143
 
144
  ![banner-large.jpeg](https://s3.amazonaws.com/moonup/production/uploads/1674039767068-62bd5f951e22ec84279820e8.jpeg)
145
 
@@ -202,6 +202,7 @@ _Created by [Justin Pinkney](https://www.justinpinkney.com) at [Lambda Labs](htt
202
  - You can provide between 1 and 5 inputs, these can either be an uploaded image a text prompt or a url to an image file.
203
  - The order of the inputs shouldn't matter, any images will be centre cropped before use.
204
  - Each input has an individual strength parameter which controls how big an influence it has on the output.
 
205
  - Using only text prompts doesn't work well, make sure there is at least one image or URL to an image.
206
  - The parameters on the bottom row such as cfg scale do the same as for a normal Stable Diffusion model.
207
  - Balancing the different inputs requires tweaking of the strengths, I suggest getting the right balance for a small number of samples and with few steps until you're
 
139
 
140
  _Created by [Justin Pinkney](https://www.justinpinkney.com) at [Lambda Labs](https://lambdalabs.com/)_
141
 
142
+ ### __Provide one or more images to be mixed together by a fine-tuned Stable Diffusion model (see tips and advice below👇).__
143
 
144
  ![banner-large.jpeg](https://s3.amazonaws.com/moonup/production/uploads/1674039767068-62bd5f951e22ec84279820e8.jpeg)
145
 
 
202
  - You can provide between 1 and 5 inputs, these can either be an uploaded image a text prompt or a url to an image file.
203
  - The order of the inputs shouldn't matter, any images will be centre cropped before use.
204
  - Each input has an individual strength parameter which controls how big an influence it has on the output.
205
+ - The model was not trained using text and can not interpret complex text prompts.
206
  - Using only text prompts doesn't work well, make sure there is at least one image or URL to an image.
207
  - The parameters on the bottom row such as cfg scale do the same as for a normal Stable Diffusion model.
208
  - Balancing the different inputs requires tweaking of the strengths, I suggest getting the right balance for a small number of samples and with few steps until you're