Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,8 +1,12 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            library_name: diffusers
         | 
| 3 | 
             
            ---
         | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
| 6 | 
             
            from diffusers import ModularPipeline
         | 
| 7 | 
             
            get_image_step = ModularPipeline.from_pretrained("YiYiXu/image_inputs")
         | 
| 8 |  | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            library_name: diffusers
         | 
| 3 | 
             
            ---
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            a simple block to prepare all your default image inputs: takes a image or url, `size` or pocessor_id in controlnet_aux
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            used for testing/demo 
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            ```python
         | 
| 10 | 
             
            from diffusers import ModularPipeline
         | 
| 11 | 
             
            get_image_step = ModularPipeline.from_pretrained("YiYiXu/image_inputs")
         | 
| 12 |  | 
