darkstorm2150
commited on
Commit
·
41ec0a9
1
Parent(s):
741bec3
Update README.md
Browse files
README.md
CHANGED
@@ -20,12 +20,39 @@ license: creativeml-openrail-m
|
|
20 |
<center><p><em>Research Model by <a href="https://instagram.com/officialvictorespinoza">darkstorm2150</a></em></p></center>
|
21 |
</div>
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
Protogen was warm-started with [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and
|
24 |
is rebuilt using dreamlikePhotoRealV2.ckpt as a core, adding small amounts during merge checkpoints.
|
25 |
|
26 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
|
|
|
29 |
|
30 |
## Space
|
31 |
|
|
|
20 |
<center><p><em>Research Model by <a href="https://instagram.com/officialvictorespinoza">darkstorm2150</a></em></p></center>
|
21 |
</div>
|
22 |
|
23 |
+
## Table of contents
|
24 |
+
* [General info](#general-info)
|
25 |
+
* [Granular Adaptive Learning](#granular-adaptive-learning)
|
26 |
+
* [Trigger Words](#trigger-words)
|
27 |
+
* [Setup](#setup)
|
28 |
+
* [Space](#space)
|
29 |
+
* [CompVis](#compvis)
|
30 |
+
* [Diffusers](#🧨-diffusers)
|
31 |
+
* [Checkpoint Merging Data Reference](#checkpoint-merging-data-reference)
|
32 |
+
* [License](#license)
|
33 |
+
|
34 |
+
## General info
|
35 |
+
Protogen x5.8
|
36 |
+
|
37 |
Protogen was warm-started with [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and
|
38 |
is rebuilt using dreamlikePhotoRealV2.ckpt as a core, adding small amounts during merge checkpoints.
|
39 |
|
40 |
+
## Granular Adaptive Learning
|
41 |
+
|
42 |
+
Granular adaptive learning is a machine learning technique that focuses on adjusting the learning process at a fine-grained level, rather than making global adjustments to the model. This approach allows the model to adapt to specific patterns or features in the data, rather than making assumptions based on general trends.
|
43 |
+
|
44 |
+
Granular adaptive learning can be achieved through techniques such as active learning, which allows the model to select the data it wants to learn from, or through the use of reinforcement learning, where the model receives feedback on its performance and adapts based on that feedback. It can also be achieved through techniques such as online learning where the model adjust itself as it receives more data.
|
45 |
+
|
46 |
+
Granular adaptive learning is often used in situations where the data is highly diverse or non-stationary and where the model needs to adapt quickly to changing patterns. This is often the case in dynamic environments such as robotics, financial markets, and natural language processing.
|
47 |
+
|
48 |
+
## Trigger Words
|
49 |
+
|
50 |
+
modelshoot style, analog style, mdjrny-v4 style, nousr robot
|
51 |
+
|
52 |
+
Trigger words are available for the hassan1.4 and f222, might have to google them :)
|
53 |
|
54 |
+
## Setup
|
55 |
+
To run this model, download the model.ckpt or model.safetensor and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
|
56 |
|
57 |
## Space
|
58 |
|