Instructions to use briaai/Fibo-1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use briaai/Fibo-1.5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("briaai/Fibo-1.5", dtype=torch.bfloat16, device_map="cuda") prompt = "A man holding a goose while screaming" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Quantization + comfyui implementation
id be happy to provide both if necessary. i do this pretty regularly.
That would be great! we'd love that!
Please go ahead, and let us know if you need anything from our side. π
for now, id just need access to the gated repo to download the files and begin the conversion and quant process!
Unfortunately i cant do anything until i get access though. The repo wont let me download anything until im approved
That would be great! we'd love that!
Please go ahead, and let us know if you need anything from our side. π
can you please make pr in comfyui for this model
that's if license help comfyui org.
That would be great! we'd love that!
Please go ahead, and let us know if you need anything from our side. πcan you please make pr in comfyui for this model
that's if license help comfyui org.
Thats what im doing brother π«Ά
I do this regularly on my youtube channel, no need to involve comfy if i can just wrap the model in myself. π€·ββοΈ