Update README.md
Browse files
README.md
CHANGED
@@ -27,23 +27,9 @@ The **FLUX.1 [dev] Abliterated** model is a modified version of the original FLU
|
|
27 |
|
28 |
The abliteration process involves identifying and isolating the specific components of the model responsible for refusal behavior and then modifying or ablating those components. This results in a model that is more flexible and responsive, while still maintaining the core capabilities of the original FLUX.1 [dev] model.
|
29 |
|
30 |
-
####
|
31 |
-
|
32 |
-
|
33 |
-
- **Open Weights:** The model is open-source, enabling researchers, developers, and artists to explore and build upon its capabilities.
|
34 |
-
- **Efficient Inference:** Despite the modifications, the model remains efficient and can be run on consumer-grade GPUs.
|
35 |
-
- **Commercial Use:** Generated outputs can be used for personal, scientific, and commercial purposes, as described in the FLUX.1 [dev] Non-Commercial License.
|
36 |
-
|
37 |
-
#### Intended Use
|
38 |
-
The FLUX.1 [dev] Abliterated model is intended for use in:
|
39 |
-
- **Creative Applications:** Artists and designers can use the model to generate unique and imaginative visuals based on text prompts.
|
40 |
-
- **Research:** Researchers can explore the effects of abliteration on model behavior and study the mechanisms behind refusal in large language models.
|
41 |
-
- **Commercial Projects:** The model can be used in commercial applications, such as advertising, content creation, and more.
|
42 |
-
|
43 |
-
#### Limitations
|
44 |
-
- **Ethical Considerations:** The removal of the refusal mechanism means that the model may generate content that could be considered inappropriate or harmful. Users should exercise caution and implement additional safeguards when deploying this model.
|
45 |
-
- **Quality Degradation:** In some cases, the abliteration process may lead to a slight degradation in output quality or coherence. Fine-tuning or additional post-processing may be required to mitigate this.
|
46 |
-
- **Bias and Fairness:** Like all large language models, FLUX.1 [dev] Abliterated may exhibit biases present in the training data. Users should be aware of these biases and take steps to address them in their applications.
|
47 |
|
48 |
#### Usage
|
49 |
To use the FLUX.1 [dev] Abliterated model, you can load it via Hugging Face and generate images using the following code:
|
|
|
27 |
|
28 |
The abliteration process involves identifying and isolating the specific components of the model responsible for refusal behavior and then modifying or ablating those components. This results in a model that is more flexible and responsive, while still maintaining the core capabilities of the original FLUX.1 [dev] model.
|
29 |
|
30 |
+
#### Architecture
|
31 |
+
|
32 |
+
![Architecture](flux.jpg)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
#### Usage
|
35 |
To use the FLUX.1 [dev] Abliterated model, you can load it via Hugging Face and generate images using the following code:
|