wanghaofan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,8 @@ library_name: diffusers
|
|
10 |
---
|
11 |
|
12 |
## Model Details
|
13 |
-
This is a diffusers version of [nyanko7/flux-dev-de-distill](https://huggingface.co/nyanko7/flux-dev-de-distill) that generates exactly the same results as the original.
|
|
|
14 |
|
15 |
## Usage
|
16 |
```python
|
@@ -41,8 +42,9 @@ image.save("de-distill.jpg")
|
|
41 |
```
|
42 |
|
43 |
## Other Resources
|
44 |
-
- [MinusZoneAI/flux-dev-de-distill-fp8](https://huggingface.co/MinusZoneAI/flux-dev-de-distill-fp8)
|
45 |
-
- [
|
46 |
-
- [ashen0209/Flux-Dev2Pro](https://huggingface.co/ashen0209/Flux-Dev2Pro)
|
47 |
-
- [ostris/OpenFLUX.1](https://huggingface.co/ostris/OpenFLUX.1)
|
48 |
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
## Model Details
|
13 |
+
This is a diffusers version of [nyanko7/flux-dev-de-distill](https://huggingface.co/nyanko7/flux-dev-de-distill) that generates exactly the same results as the original. But please note that there is a certain degree of quality degradation in comparison with [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) in our test.
|
14 |
+
We are training its fine-tuning models to check its effectiveness, feel free to let us know if you have any interesting findings.
|
15 |
|
16 |
## Usage
|
17 |
```python
|
|
|
42 |
```
|
43 |
|
44 |
## Other Resources
|
45 |
+
- [MinusZoneAI/flux-dev-de-distill-fp8](https://huggingface.co/MinusZoneAI/flux-dev-de-distill-fp8), [TheYuriLover/flux-dev-de-distill-GGUF](https://huggingface.co/TheYuriLover/flux-dev-de-distill-GGUF)
|
46 |
+
- [ashen0209/Flux-Dev2Pro](https://huggingface.co/ashen0209/Flux-Dev2Pro), [ostris/OpenFLUX.1](https://huggingface.co/ostris/OpenFLUX.1)
|
|
|
|
|
47 |
|
48 |
+
|
49 |
+
## Acknowledgements
|
50 |
+
This project is co-sponsored by [HuggingFace](https://huggingface.co/) and [fal](https://huggingface.co/fal).
|