Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -159,10 +159,9 @@ _HEADER_ = ''' 
     | 
|
| 159 | 
         | 
| 160 | 
         
             
            βοΈβοΈβοΈ**Tips:**
         
     | 
| 161 | 
         
             
            - `timestep to start inserting ID:` The smaller the value, the higher the fidelity, but the lower the editability; the higher the value, the lower the fidelity, but the higher the editability. **The recommended range for this value is between 0 and 4**. For photorealistic scenes, we recommend using 4; for stylized scenes, we recommend using 0-1. If you are not satisfied with the similarity, you can lower this value; conversely, if you are not satisfied with the editability, you can increase this value.
         
     | 
| 162 | 
         
            -
            - `true CFG scale:` In most scenarios, it is recommended to use a fake CFG, i.e., setting the true CFG scale to 1, and just adjusting the guidance scale. This is also more efficiency. However, in a few cases, utilizing a true CFG can yield better results. For more detaileds, please refer to  
     | 
| 163 | 
         
            -
            - please refer to the <a href=' 
     | 
| 164 | 
         
             
            - we provide some examples in the bottom, you can try these example prompts first
         
     | 
| 165 | 
         
            -
             
     | 
| 166 | 
         
             
            '''  # noqa E501
         
     | 
| 167 | 
         | 
| 168 | 
         
             
            _CITE_ = r"""
         
     | 
| 
         | 
|
| 159 | 
         | 
| 160 | 
         
             
            βοΈβοΈβοΈ**Tips:**
         
     | 
| 161 | 
         
             
            - `timestep to start inserting ID:` The smaller the value, the higher the fidelity, but the lower the editability; the higher the value, the lower the fidelity, but the higher the editability. **The recommended range for this value is between 0 and 4**. For photorealistic scenes, we recommend using 4; for stylized scenes, we recommend using 0-1. If you are not satisfied with the similarity, you can lower this value; conversely, if you are not satisfied with the editability, you can increase this value.
         
     | 
| 162 | 
         
            +
            - `true CFG scale:` In most scenarios, it is recommended to use a fake CFG, i.e., setting the true CFG scale to 1, and just adjusting the guidance scale. This is also more efficiency. However, in a few cases, utilizing a true CFG can yield better results. For more detaileds, please refer to the [doc](https://github.com/ToTheBeginning/PuLID/blob/main/docs/pulid_for_flux.md#useful-tips).
         
     | 
| 163 | 
         
            +
            - please refer to the <a href='https://github.com/ToTheBeginning/PuLID/blob/main/docs/pulid_for_flux.md' target='_blank'>github doc</a> for more details and info about the model, we provide the detail explanation about the above two parameters in the doc.
         
     | 
| 164 | 
         
             
            - we provide some examples in the bottom, you can try these example prompts first
         
     | 
| 
         | 
|
| 165 | 
         
             
            '''  # noqa E501
         
     | 
| 166 | 
         | 
| 167 | 
         
             
            _CITE_ = r"""
         
     |