Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ 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).
|
14 |
|
15 |
## Usage
|
16 |
```python
|
@@ -41,5 +41,8 @@ image.save("de-distill.jpg")
|
|
41 |
```
|
42 |
|
43 |
## Other Resources
|
|
|
|
|
44 |
- [ashen0209/Flux-Dev2Pro](https://huggingface.co/ashen0209/Flux-Dev2Pro)
|
|
|
45 |
|
|
|
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. 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 |
|
15 |
## Usage
|
16 |
```python
|
|
|
41 |
```
|
42 |
|
43 |
## Other Resources
|
44 |
+
- [MinusZoneAI/flux-dev-de-distill-fp8](https://huggingface.co/MinusZoneAI/flux-dev-de-distill-fp8)
|
45 |
+
- [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)
|
47 |
+
- [ostris/OpenFLUX.1](https://huggingface.co/ostris/OpenFLUX.1)
|
48 |
|