apurik-parv commited on
Commit
3124fca
·
1 Parent(s): 350add4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -4,9 +4,12 @@ tags:
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
- ### abstract_nature_patterns_v2 Dreambooth model trained by apurik-parv 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
 
 
 
 
 
 
 
 
 
4
  - text-to-image
5
  - stable-diffusion
6
  ---
7
+ ### abstract_nature_patterns_v2 Dreambooth model trained by apurik-parv with https://github.com/ShivamShrirao/diffusers dreambooth implementation.
 
 
 
 
8
 
9
+ The model is an attempt at teaching symmetry and scales associated with nature to SD 1.5 base model.
10
+ This version v2 is trained on better curated images for 40,000 steps. I am still working on finding what the model really does and if it has any impact on the base model.
11
+ With that being said, the following are my findings, at the outset it seems that
12
+ -Images have better symmetry and lighting.
13
+ -Images have less artifacts.
14
+ -Does not seem to work with large canvas such as 1024x1024 the repetition problem isstill there.
15
+ Feel free to experiment with the model.