dataautogpt3
commited on
Commit
•
aeaf0b2
1
Parent(s):
dfb41d8
Update README.md
Browse files
README.md
CHANGED
@@ -35,41 +35,31 @@ widget:
|
|
35 |
---
|
36 |
<Gallery />
|
37 |
|
38 |
-
###
|
|
|
39 |
|
40 |
-
|
41 |
-
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
- nightshading: |
|
47 |
-
Nightshading is repurposed to induce a controlled failure, making it easier to retrain the model. This involves injecting carefully selected data points to stress the model and cause predictable failures.
|
48 |
-
- bucketing: |
|
49 |
-
Using mathematical techniques like slerp (Spherical Linear Interpolation) and bislerp (Bilinear Interpolation), we merge the induced noise back into the model. This step highlights the model's learned knowledge while suppressing biases.
|
50 |
-
- retraining_and_fine_tuning: |
|
51 |
-
The noisy state is retrained on a large, diverse dataset to create a new base model called "Mobius." Initial issues such as grainy details and inconsistent colors are resolved during fine-tuning, resulting in high-quality, unbiased outputs.
|
52 |
-
|
53 |
-
## results_and_highlights:
|
54 |
-
increased_diversity_of_outputs: |
|
55 |
-
Training the model on high-quality data naturally increases the diversity of the generated outputs without intentionally loosening associations. This leads to improved generalization and variety in generated images.
|
56 |
-
enhanced_quality: |
|
57 |
-
The fine-tuning process eliminates initial issues, leading to clear, consistent, and high-quality image outputs.
|
58 |
-
versatility_across_styles: |
|
59 |
-
The Mobius model exhibits exceptional performance across various art styles and domains, ensuring the model can handle a wide range of artistic expressions with precision and creativity.
|
60 |
-
|
61 |
-
## conclusion:
|
62 |
-
|
63 |
-
to be determined.
|
64 |
|
|
|
|
|
65 |
|
|
|
|
|
|
|
66 |
|
|
|
67 |
|
|
|
68 |
|
69 |
|
70 |
## Usage and Recommendations
|
71 |
|
72 |
-
|
73 |
- Requires a CLIP skip of -3
|
74 |
- highly suggested to preappenmed watermark to all negatives and keep negatives simple such as "watermark" or "worst, watermark"
|
75 |
|
|
|
35 |
---
|
36 |
<Gallery />
|
37 |
|
38 |
+
### Mobius: Redefining State-of-the-Art in Debiased Diffusion Models
|
39 |
+
Mobius, a revolutionary diffusion model, pushes the boundaries of domain-agnostic debiasing and representation realignment. By employing the cutting-edge constructive deconstruction framework, Mobius achieves unrivaled generalization across a vast array of styles and domains, eliminating the need for expensive pretraining from scratch.
|
40 |
|
41 |
+
#### Surpassing the State-of-the-Art
|
42 |
+
Mobius outperforms existing state-of-the-art diffusion models in several key areas:
|
43 |
|
44 |
+
Unbiased generation: Mobius generates images that are virtually free from the inherent biases commonly found in other diffusion models, setting a new benchmark for fairness and impartiality across all domains.
|
45 |
+
Exceptional generalization: With its unparalleled ability to adapt to an extensive range of styles and domains, Mobius consistently delivers top-quality results, surpassing the limitations of previous models.
|
46 |
+
Efficient fine-tuning: The Mobius base model serves as a superior foundation for creating specialized models tailored to specific tasks or domains, requiring significantly less fine-tuning and computational resources compared to other state-of-the-art models.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
+
### Groundbreaking Performance
|
49 |
+
Mobius has been rigorously tested across an unparalleled variety of prompts, consistently demonstrating its exceptional performance in numerous scenarios:
|
50 |
|
51 |
+
Generating photorealistic images of people, animals, and objects with an unprecedented level of detail and accuracy
|
52 |
+
Creating breathtaking artwork in a wide spectrum of styles, from classic paintings to cutting-edge digital art, surpassing the quality and diversity of existing models
|
53 |
+
Producing highly detailed and precise visualizations of complex scientific concepts and data, enabling new possibilities for research and education
|
54 |
|
55 |
+
### Collaborative Evolution
|
56 |
|
57 |
+
We invite the community to contribute to the ongoing development of Mobius, helping to shape the future of debiased diffusion models. Please refer to our contribution guidelines for more information on how to get involved.
|
58 |
|
59 |
|
60 |
## Usage and Recommendations
|
61 |
|
62 |
+
- a CFG of either 3.5 or 7.0
|
63 |
- Requires a CLIP skip of -3
|
64 |
- highly suggested to preappenmed watermark to all negatives and keep negatives simple such as "watermark" or "worst, watermark"
|
65 |
|