Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,11 @@ widget:
|
|
46 |
|
47 |
## Inference
|
48 |
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
```python
|
51 |
import torch
|
|
|
46 |
|
47 |
## Inference
|
48 |
|
49 |
+
### ComfyUI
|
50 |
+
- Download model file `transformer/diffusion_pytorch_model.safetensors` and put into `ComfyUI/models/checkpoints`
|
51 |
+
- Use ExtraModels node: https://github.com/city96/ComfyUI_ExtraModels?tab=readme-ov-file#pixart
|
52 |
+
|
53 |
+

|
54 |
|
55 |
```python
|
56 |
import torch
|