John6666 commited on
Commit
741394e
1 Parent(s): 073f25e

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -13
README.md CHANGED
@@ -1,13 +1,28 @@
1
- ---
2
- license: other
3
- license_name: flux-1-dev-non-commercial-license
4
- license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.
5
- language:
6
- - en
7
- library_name: diffusers
8
- pipeline_tag: text-to-image
9
- tags:
10
- - text-to-image
11
- - Flux
12
- ---
13
- Converted from [https://huggingface.co/datasets/John6666/flux1-backup-202408/blob/main/nijiStyleFLUX_devFp8.safetensors](https://huggingface.co/datasets/John6666/flux1-backup-202408/blob/main/nijiStyleFLUX_devFp8.safetensors).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: flux-1-dev-non-commercial-license
4
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.
5
+ language:
6
+ - en
7
+ library_name: diffusers
8
+ pipeline_tag: text-to-image
9
+ tags:
10
+ - text-to-image
11
+ - Flux
12
+ - fp8
13
+ - float8_e4m3fn
14
+ - anime
15
+ - cartoon
16
+ - comic
17
+ - portrait
18
+ - niji
19
+ - niji style
20
+ ---
21
+
22
+ Original model is [here](https://civitai.com/models/679033?modelVersionId=760074).
23
+ This model created by [Ai_Art_Vision](https://civitai.com/user/Ai_Art_Vision).
24
+
25
+ ## Notice
26
+ This is an experimental conversion in Spaces using a homebrew script. serverless Inference API does not currently support torch float8_e4m3fn, so it does not work.
27
+ There are still many bugs around the FLUX.1 conversion part of Diffusers, and I have not been able to confirm if the conversion is working properly.
28
+ Please consider this as a test run only.