onediffusion-bf16 / README.md
twodgirl's picture
Update README.md
0784084 verified
|
raw
history blame
616 Bytes
metadata
base_model:
  - lehduong/OneDiffusion

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)