eolecvk commited on
Commit
ca209e8
1 Parent(s): b2ecd51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,8 +12,7 @@ datasets:
12
 
13
  __Stable Diffusion fine tuned on Naruto by [Lambda Labs](https://lambdalabs.com/).__
14
 
15
- Put in a text prompt and generate your own Naruto character, no "prompt engineering" required!
16
-
17
  If you want to find out how to train your own Stable Diffusion variants, see this [example](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning) from Lambda Labs.
18
 
19
  ![pk1.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/outputv2_grid.png)
@@ -21,6 +20,7 @@ If you want to find out how to train your own Stable Diffusion variants, see thi
21
 
22
  ## Usage
23
 
 
24
  ```bash
25
  !pip install diffusers==0.3.0
26
  !pip install transformers scipy ftfy
 
12
 
13
  __Stable Diffusion fine tuned on Naruto by [Lambda Labs](https://lambdalabs.com/).__
14
 
15
+ Put in a text prompt and generate your own Naruto style image!
 
16
  If you want to find out how to train your own Stable Diffusion variants, see this [example](https://github.com/LambdaLabsML/examples/tree/main/stable-diffusion-finetuning) from Lambda Labs.
17
 
18
  ![pk1.jpg](https://staticassetbucket.s3.us-west-1.amazonaws.com/outputv2_grid.png)
 
20
 
21
  ## Usage
22
 
23
+ To run model locally:
24
  ```bash
25
  !pip install diffusers==0.3.0
26
  !pip install transformers scipy ftfy