Upload README.md with huggingface_hub
Browse files
    	
        README.md
    ADDED
    
    | 
         @@ -0,0 +1,29 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            license: creativeml-openrail-m
         
     | 
| 3 | 
         
            +
            tags:
         
     | 
| 4 | 
         
            +
            - pytorch
         
     | 
| 5 | 
         
            +
            - diffusers
         
     | 
| 6 | 
         
            +
            - stable-diffusion
         
     | 
| 7 | 
         
            +
            - text-to-image
         
     | 
| 8 | 
         
            +
            - diffusion-models-class
         
     | 
| 9 | 
         
            +
            widget:
         
     | 
| 10 | 
         
            +
            - text: dilbert walking his dog
         
     | 
| 11 | 
         
            +
            ---
         
     | 
| 12 | 
         
            +
             
     | 
| 13 | 
         
            +
            # DreamBooth model for the Dilbert concept trained by CSAle on the CSAle/DilbertDiffusionDataset dataset.
         
     | 
| 14 | 
         
            +
             
     | 
| 15 | 
         
            +
            This is a Stable Diffusion model fine-tuned on the Dilbert concept. It can be used by modifying the `instance_prompt`: **dilbert**
         
     | 
| 16 | 
         
            +
             
     | 
| 17 | 
         
            +
            ## Description
         
     | 
| 18 | 
         
            +
             
     | 
| 19 | 
         
            +
            A DilbertDiffusion model
         
     | 
| 20 | 
         
            +
             
     | 
| 21 | 
         
            +
            ## Usage
         
     | 
| 22 | 
         
            +
             
     | 
| 23 | 
         
            +
            ```python
         
     | 
| 24 | 
         
            +
            from diffusers import StableDiffusionPipeline
         
     | 
| 25 | 
         
            +
             
     | 
| 26 | 
         
            +
            pipeline = StableDiffusionPipeline.from_pretrained('CSAle/DilbertDiffusion')
         
     | 
| 27 | 
         
            +
            image = pipeline().images[0]
         
     | 
| 28 | 
         
            +
            image
         
     | 
| 29 | 
         
            +
            ```
         
     |