Instructions to use boredcoder/Fibo-Edit-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use boredcoder/Fibo-Edit-8bit with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("boredcoder/Fibo-Edit-8bit", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
File size: 327 Bytes
0429e6a 9cf22e1 0429e6a 48825a9 9cf22e1 48825a9 | 1 2 3 4 5 6 7 8 9 10 11 12 | ---
language:
- en
base_model: briaai/Fibo-Edit
base_model_relation: quantized
---
This repo contains the **bitsandbytes 8-bit** quantized version of [briaai/Fibo-Edit](https://huggingface.co/briaai/Fibo-Edit).
License is the same as the original model.
ComfyUI Custom Node: https://github.com/boredcoderyt/ComfyUI-Fibo-Edit |