lodestones commited on
Commit
c443b94
·
verified ·
1 Parent(s): e3f3b9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -7,6 +7,7 @@ tags:
7
  - image-generation
8
  - chroma
9
  ---
 
10
 
11
  ![Chroma Workflow](./ComfyUI_00038_.png)
12
 
@@ -18,7 +19,7 @@ Based on `FLUX.1 [schnell]` with heavy architectural modifications.
18
 
19
 
20
  ## Table of Contents
21
-
22
  - [How to run this model](#how-to-run-this-model)
23
  - [ComfyUI](#comfyui)
24
  - diffusers [WIP]
@@ -28,6 +29,7 @@ Based on `FLUX.1 [schnell]` with heavy architectural modifications.
28
  - [MMDiT masking](#mmdit-masking)
29
  - [Timestep Distributions](#timestep-distributions)
30
  - [Minibatch Optimal Transport](#minibatch-optimal-transport)
 
31
 
32
  # How to run this model
33
 
@@ -99,4 +101,15 @@ To keep it simple—just check out these two visuals:
99
 
100
  [graph placeholder]
101
 
102
- By choosing better pairing through math magic it accelerates training by reducing the “path ambiguity”
 
 
 
 
 
 
 
 
 
 
 
 
7
  - image-generation
8
  - chroma
9
  ---
10
+ # Chroma: Open-Source, Uncensored, and Built for the Community
11
 
12
  ![Chroma Workflow](./ComfyUI_00038_.png)
13
 
 
19
 
20
 
21
  ## Table of Contents
22
+ - [Chroma: Open-Source, Uncensored, and Built for the Community](#chroma-open-source-uncensored-and-built-for-the-community)
23
  - [How to run this model](#how-to-run-this-model)
24
  - [ComfyUI](#comfyui)
25
  - diffusers [WIP]
 
29
  - [MMDiT masking](#mmdit-masking)
30
  - [Timestep Distributions](#timestep-distributions)
31
  - [Minibatch Optimal Transport](#minibatch-optimal-transport)
32
+ - [Citation](#citation)
33
 
34
  # How to run this model
35
 
 
101
 
102
  [graph placeholder]
103
 
104
+ By choosing better pairing through math magic it accelerates training by reducing the “path ambiguity”
105
+
106
+ ## Citation
107
+ ```
108
+ @misc{rock2025chroma,
109
+ author = {Lodestone Rock},
110
+ title = {{Chroma: Open-Source, Uncensored, and Built for the Community}},
111
+ year = {2025},
112
+ note = {Hugging Face repository},
113
+ howpublished = {\url{https://huggingface.co/lodestones/Chroma}},
114
+ }
115
+ ```