pbuyle commited on
Commit
2686436
1 Parent(s): ae95b4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -18
README.md CHANGED
@@ -4,27 +4,25 @@ tags:
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
- ### banchan-anything-v3.0 Dreambooth model trained by pbuyle with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
8
 
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
11
  Or you can run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb)
12
 
13
- Sample pictures of this concept:
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
- ![0](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00009-163516349-banchan_sittin.png)
23
- ![1](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00004-3717327640-banchan,_whit.png)
24
- ![2](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00013-3050499419-banchan,_beau.png)
25
- ![3](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00008-163516352-banchan_sittin.png)
26
- ![4](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00010-2243949390-banchan,_many.png)
27
- ![5](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00012-3906225245-banchan,_laug.png)
28
- ![6](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00001-2902509635-banchan.png)
29
- ![7](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00005-3717327638-banchan,_whit.png)
30
 
 
 
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
+ ### banchan-anything-v3.0
8
 
9
 
10
+ A potassium rich latent diffusion model. [Anything V3.0](https://huggingface.co/Linaqruf/anything-v3.0) trained to the liking of [Banano Chan](https://twitter.com/Banano_Chan/).
11
+
12
+
13
+
14
+ Sample pictures:
15
+ ![0](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00009-163516349-banchan_sittin.png)
16
+ ![1](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00004-3717327640-banchan,_whit.png)
17
+ ![2](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00013-3050499419-banchan,_beau.png)
18
+ ![3](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00008-163516352-banchan_sittin.png)
19
+ ![4](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00010-2243949390-banchan,_many.png)
20
+ ![5](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00012-3906225245-banchan,_laug.png)
21
+ ![6](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00001-2902509635-banchan.png)
22
+ ![7](https://huggingface.co/pbuyle/banchan-anything-v3-0/resolve/main/sample_images/00005-3717327638-banchan,_whit.png)
23
+
24
  Test the concept via A1111 Colab [fast-Colab-A1111](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb)
25
  Or you can run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb)
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
+ Dreambooth model trained with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook