martin-rizzo
commited on
Fix README.md formatting
Browse filesAdjusted the formatting of several lines in the README.md file to ensure proper rendering on Hugging Face.
README.md
CHANGED
@@ -15,30 +15,25 @@ tags:
|
|
15 |
prompt adherence of PixArt-Sigma with the impactful visual detail of the SD15
|
16 |
models that we've always loved.
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
|
24 |
|
|
|
|
|
25 |
To use the workflows, you need to have the following models installed in ComfyUI.<br/>
|
26 |
Place them in the corresponding directories as specified below.
|
27 |
|
28 |
-
__
|
29 |
-
|
30 |
-
|
31 |
-
*
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
* [t5_xxl_encoder-FP8.safetensors](
|
36 |
-
https://huggingface.co/martin-rizzo/AbominableWorkflows/tree/main)
|
37 |
-
|
38 |
-
__`<your_comfyui_dir>` / models / vae :__
|
39 |
-
* [pixart_vae.safetensors](
|
40 |
-
https://huggingface.co/martin-rizzo/AbominableWorkflows/tree/main)
|
41 |
-
|
42 |
|
43 |
## Required Nodes
|
44 |
|
@@ -106,7 +101,7 @@ Then, install the dependencies required by these nodes:
|
|
106 |
## Acknowledgments
|
107 |
|
108 |
I would like to thank the developers of PixArt-Σ for their outstanding work.
|
109 |
-
Their model has been a crucial component in the development of
|
110 |
|
111 |
__Further Information about PixArt-Σ__:
|
112 |
* [PixArt-Σ GitHub Repository](https://github.com/PixArt-alpha/PixArt-sigma)
|
|
|
15 |
prompt adherence of PixArt-Sigma with the impactful visual detail of the SD15
|
16 |
models that we've always loved.
|
17 |
|
18 |
+
\> [Required Files](#required-files) <br/>
|
19 |
+
\> [Required Nodes](#required-nodes) <br/>
|
20 |
+
\> [How to Automatically Install the Required Nodes](#how-to-automatically-install-the-required-nodes) <br/>
|
21 |
+
\> [Manually Installing Required Nodes on Linux](#manually-installing-required-nodes-on-linux) <br/>
|
22 |
+
\> [Manually Installing Required Nodes on Windows](#manually-installing-required-nodes-on-windows) <br/>
|
23 |
|
24 |
|
25 |
+
## Required Files
|
26 |
+
|
27 |
To use the workflows, you need to have the following models installed in ComfyUI.<br/>
|
28 |
Place them in the corresponding directories as specified below.
|
29 |
|
30 |
+
* \<YOUR_COMFYUI_DIR\> __/ models / checkpoints :__
|
31 |
+
* [pixart_sigma-FP16.safetensors](https://huggingface.co/martin-rizzo/AbominableWorkflows/tree/main)
|
32 |
+
* [photon_refiner-FP16.safetensors](https://huggingface.co/martin-rizzo/AbominableWorkflows/tree/main)
|
33 |
+
* \<YOUR_COMFYUI_DIR\> __/ models / clip :__
|
34 |
+
* [t5_xxl_encoder-FP8.safetensors](https://huggingface.co/martin-rizzo/AbominableWorkflows/tree/main)
|
35 |
+
* \<YOUR_COMFYUI_DIR\> __/ models / vae :__
|
36 |
+
* [pixart_vae.safetensors](https://huggingface.co/martin-rizzo/AbominableWorkflows/tree/main)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
## Required Nodes
|
39 |
|
|
|
101 |
## Acknowledgments
|
102 |
|
103 |
I would like to thank the developers of PixArt-Σ for their outstanding work.
|
104 |
+
Their model has been a crucial component in the development of the Abominable Workflows.
|
105 |
|
106 |
__Further Information about PixArt-Σ__:
|
107 |
* [PixArt-Σ GitHub Repository](https://github.com/PixArt-alpha/PixArt-sigma)
|