Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -69,7 +69,7 @@ Using diffusers: | |
| 69 | 
             
            import torch
         | 
| 70 | 
             
            from diffusers import StableDiffusion3Pipeline
         | 
| 71 |  | 
| 72 | 
            -
            pipe = StableDiffusion3Pipeline.from_pretrained("/ | 
| 73 | 
             
            pipe = pipe.to("cuda")
         | 
| 74 |  | 
| 75 | 
             
            image = pipe(
         | 
|  | |
| 69 | 
             
            import torch
         | 
| 70 | 
             
            from diffusers import StableDiffusion3Pipeline
         | 
| 71 |  | 
| 72 | 
            +
            pipe = StableDiffusion3Pipeline.from_pretrained("tensorart/bokeh_3.5_medium", torch_dtype=torch.bfloat16)
         | 
| 73 | 
             
            pipe = pipe.to("cuda")
         | 
| 74 |  | 
| 75 | 
             
            image = pipe(
         | 
