darkstorm2150
commited on
Commit
•
b6677d0
1
Parent(s):
afa5b3e
Update README.md
Browse files
README.md
CHANGED
@@ -46,4 +46,34 @@ OpenGen is a continuation from Protogen model, this model was handcrafted by a s
|
|
46 |
* Adding images to gallery for better viewing
|
47 |
* Checkpoint Merge Data
|
48 |
* seek.art MEGA commercial restrictions removed.
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
* Adding images to gallery for better viewing
|
47 |
* Checkpoint Merge Data
|
48 |
* seek.art MEGA commercial restrictions removed.
|
49 |
+
|
50 |
+
## Granular Adaptive Learning
|
51 |
+
|
52 |
+
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.
|
53 |
+
|
54 |
+
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.
|
55 |
+
|
56 |
+
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.
|
57 |
+
|
58 |
+
## Setup
|
59 |
+
To run this model, download the model.ckpt and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
|
60 |
+
|
61 |
+
## Space
|
62 |
+
|
63 |
+
|
64 |
+
## CompVis
|
65 |
+
|
66 |
+
|
67 |
+
## Diffusers
|
68 |
+
|
69 |
+
|
70 |
+
## Checkpoint Merging Data Reference - PENDING DATA FOR MERGE, RPGv2 not accounted..
|
71 |
+
|
72 |
+
|
73 |
+
## License
|
74 |
+
|
75 |
+
By downloading you agree to the terms of these licenses
|
76 |
+
|
77 |
+
<a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">CreativeML Open RAIL-M</a>
|
78 |
+
|
79 |
+
<a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0/blob/main/LICENSE.md">Dreamlike License</a>
|