silveroxides commited on
Commit
42e21f3
·
verified ·
1 Parent(s): beb4940

Update image layout, workflows and added deprecation notice on Manual Installation of Fluxmod

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -46,8 +46,8 @@ If you believe in **accessible, community-driven AI**, any support would be grea
46
 
47
  my discord: [**discord.gg/SQVcWVbqKx**](http://discord.gg/SQVcWVbqKx)
48
 
49
- ![Chroma Workflow](./ComfyUI_00038_.png)
50
-
51
 
52
  ![Alpha_Preview](./collage.png)
53
 
@@ -78,12 +78,14 @@ my discord: [**discord.gg/SQVcWVbqKx**](http://discord.gg/SQVcWVbqKx)
78
 
79
  - ComfyUI installation
80
  - [Chroma checkpoint](https://huggingface.co/lodestones/Chroma) (pick the latest version on this repo)
 
 
81
  - [T5 XXL](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors) or [T5 XXL fp8](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors) (either of them will work)
82
  - [FLUX VAE](https://huggingface.co/lodestones/Chroma/resolve/main/ae.safetensors)
83
- - [Chroma_Workflow](https://huggingface.co/lodestones/Chroma/resolve/main/simple_workflow.json)
84
 
85
 
86
- ### Manual Installation (Chroma)
87
 
88
  1. Navigate to your ComfyUI's `ComfyUI/custom_nodes` folder
89
  2. Clone the repository:
@@ -151,4 +153,13 @@ By choosing better pairing through math magic it accelerates training by reducin
151
  note = {Hugging Face repository},
152
  howpublished = {\url{https://huggingface.co/lodestones/Chroma}},
153
  }
154
- ```
 
 
 
 
 
 
 
 
 
 
46
 
47
  my discord: [**discord.gg/SQVcWVbqKx**](http://discord.gg/SQVcWVbqKx)
48
 
49
+ ![Chroma Workflow](./ChromaSimpleWorkflow20250507_sample.png)
50
+ ![Workflow Overview](./ChromaSimpleWorkflow20250507_overview.png)
51
 
52
  ![Alpha_Preview](./collage.png)
53
 
 
78
 
79
  - ComfyUI installation
80
  - [Chroma checkpoint](https://huggingface.co/lodestones/Chroma) (pick the latest version on this repo)
81
+ - [Alternative option: FP8 Scaled Quant](https://huggingface.co/Clybius/Chroma-fp8-scaled) (Format used by ComfyUI with possible inference speed increase)
82
+ - [Alternative option: GGUF Quantized](https://huggingface.co/silveroxides/Chroma-GGUF) (You will need to install ComfyUI-GGUF custom node)
83
  - [T5 XXL](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors) or [T5 XXL fp8](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors) (either of them will work)
84
  - [FLUX VAE](https://huggingface.co/lodestones/Chroma/resolve/main/ae.safetensors)
85
+ - [Chroma_Workflow](https://huggingface.co/lodestones/Chroma/resolve/main/ChromaSimpleWorkflow20250507.json)
86
 
87
 
88
+ ### Deprecated: Manual Installation (Chroma)
89
 
90
  1. Navigate to your ComfyUI's `ComfyUI/custom_nodes` folder
91
  2. Clone the repository:
 
153
  note = {Hugging Face repository},
154
  howpublished = {\url{https://huggingface.co/lodestones/Chroma}},
155
  }
156
+ ```
157
+ <style>
158
+ #banner {width:900px;margin-left:auto;margin-right:450px}
159
+ img {
160
+ width:800px;
161
+ margin-left:20px;
162
+ margin-right:20px;
163
+ transition:transform 0.25s ease;
164
+ }
165
+ </style>