Text-to-Image
GGUF
English
pixart
gguf-node
calcuis commited on
Commit
d00b06c
·
verified ·
1 Parent(s): 0afa40c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: openrail++
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ language:
4
+ - en
5
+ base_model:
6
+ - PixArt-alpha/PixArt-XL-2-1024-MS
7
+ pipeline_tag: text-to-image
8
+ tags:
9
+ - pixart
10
+ - gguf-node
11
+ ---
12
+
13
+ # **gguf quantized version of pixart**
14
+
15
+ ## **setup (once)**
16
+ - drag PixArt-XL-2-1024-MS-f16.gguf to > ./ComfyUI/models/diffusion_models
17
+ - drag t5xxl_fp16-q4_0.gguf to > ./ComfyUI/models/text_encoders
18
+ - drag pixart_vae_fp8_e4m3fn.safetensors to > ./ComfyUI/models/vae
19
+
20
+ ## **run it straight (no installation needed way)**
21
+ - run the .bat file in the main directory (assuming you are using the gguf-node pack below)
22
+ - drag the workflow json file (below) to > your browser
23
+
24
+ ### **workflow**
25
+ - example workflow for gguf
26
+ - example workflow for safetensors
27
+
28
+ ### **reference**
29
+ - base model from [pixart-alpha](https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS)
30
+ - comfyui [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
31
+ - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))