tonera commited on
Commit
e10e729
·
verified ·
1 Parent(s): 35643c4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -52,6 +52,8 @@ pip install https://github.com/nunchaku-ai/nunchaku/releases/download/vX.Y.Z/nun
52
  - **Tip (RTX 50 series GPUs)**: usually `CUDA >= 12.8` is recommended, and FP4 models are preferred for better compatibility and performance (follow the official docs).
53
 
54
  ## Usage example (Diffusers + Nunchaku Transformer)
 
 
55
 
56
  ```python
57
  import torch
 
52
  - **Tip (RTX 50 series GPUs)**: usually `CUDA >= 12.8` is recommended, and FP4 models are preferred for better compatibility and performance (follow the official docs).
53
 
54
  ## Usage example (Diffusers + Nunchaku Transformer)
55
+ Note: I am pushing for the official Nunchaku PR to be merged: https://github.com/nunchaku-ai/nunchaku/pull/916
56
+ Until then, if you want to try it out, you can copy `transformer_chroma.py` from the repository to `nunchaku/models/transformers/transformer_chroma.py`.This is a relatively low-performance version; a high-performance version still needs to wait for the PR to be approved.
57
 
58
  ```python
59
  import torch