onediffusion-bf16 / README.md
twodgirl's picture
Update README.md
b75f2c5 verified
|
raw
history blame
637 Bytes
metadata
base_model:
  - lehduong/OneDiffusion
license: cc-by-nc-4.0

OneDiffusion

The weights are reuploaded in bfloat16, safetensors format. The T5 encoder output is not compatible with Flux/SD3, it needs to be redownloaded as well.

Gradio

In the instruction or in the gradio demo change the repo_id to this url.

pipeline = OneDiffusionPipeline.from_pretrained('twodgirl/onediffusion-bf16').to(device=device, dtype=torch.bfloat16)