TryStar commited on
Commit
bbf2303
1 Parent(s): 0ee489c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - text-to-image
6
  ---
7
+ This is the fine-tuned Stable Diffusion model trained on screenshots from The Clone wars TV series. Use the tokens "Clonewars style" in your prompts for the effect.
8
+
9
+ **If you enjoy my work, please consider supporting me:**
10
+ [![Follow me on Twitter](https://badgen.net/badge/Follow/me/blue)](https://twitter.com/GeeeWilllikers)
11
+ [![Buy me a coffee](https://badgen.net/badge/buy/Coffee/F96854)](https://ko-fi.com/trystar)
12
+ **Star Wars Characters**
13
+ ![Star Wars Characters](https://huggingface.co/TryStar/CloneDiffusion/resolve/main/Starwars.jpg)
14
+
15
+ **How to use?**
16
+
17
+ Use prompt "clonewars style" before your full prompt.
18
+
19
+ I recommend Steps: 50, Sampler: Euler a and CFG scale: 7
20
+
21
+ This model was trained using the diffusers based dreambooth training by [TheLastBen](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb)