Prgckwb commited on
Commit
979c61d
1 Parent(s): d952196

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -35,10 +35,10 @@ widget:
35
 
36
  ---
37
 
38
- # DreamBooth model for the trpfrog concept trained by Prgckwb on the TrpFrog/trpfrog-icons dataset.
 
39
 
40
  This is a Stable Diffusion model fine-tuned on the trpfrog concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of trpfrog**
41
- ![](output3.png)
42
 
43
  ## Description
44
  TrpFrog ([@Trpfrog](https://twitter.com/trpfrog?s=21&t=GcDGy74adYhOBYxX9HloOg)) is a famous Japanese Twitter comedian.
@@ -76,7 +76,3 @@ pipe = StableDiffusionPipeline.from_pretrained(
76
  image = pipe(prompt).images[0]
77
  image.save("trpfrog.jpg")
78
  ```
79
-
80
- ## Generated Images
81
- <Gallery />
82
-
 
35
 
36
  ---
37
 
38
+ # TrpFrog Diffusion
39
+ <Gallery />
40
 
41
  This is a Stable Diffusion model fine-tuned on the trpfrog concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of trpfrog**
 
42
 
43
  ## Description
44
  TrpFrog ([@Trpfrog](https://twitter.com/trpfrog?s=21&t=GcDGy74adYhOBYxX9HloOg)) is a famous Japanese Twitter comedian.
 
76
  image = pipe(prompt).images[0]
77
  image.save("trpfrog.jpg")
78
  ```