John6666 commited on
Commit
9595d60
1 Parent(s): ff5d3a8

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - schnell
13
+ - fp8
14
+ - float8_e4m3fn
15
+ - realistic
16
+ - photorealistic
17
+ ---
18
+
19
+ Original model is [here](https://huggingface.co/SG161222/RealFlux_1.0b_Schnell) and on [Civitai](https://civitai.com/models/788550/realflux-10b?modelVersionId=881836).
20
+ The author is [here](https://huggingface.co/SG161222).
21
+ This model created by [SG_161222](https://civitai.com/user/SG_161222).
22
+
23
+
24
+ ## Notice
25
+ 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.
26
+ I have not been able to confirm if the conversion is working properly.
27
+ Please consider this as a test run only.