Instructions to use Boogu/Boogu-Image-0.1-Edit-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Boogu/Boogu-Image-0.1-Edit-fp8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Boogu/Boogu-Image-0.1-Edit-fp8", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- assets/boogu_elo_arena.svg +2553 -0
- assets/photography_triptych.png +3 -0
- assets/stylization_triptych.png +3 -0
- assets/text_rendering_triptych.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,6 @@ processor/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
assets/boogu-infinity-teaser.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/dual_single_layers.pdf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
assets/dual_single_layers.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
assets/boogu-infinity-teaser.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/dual_single_layers.pdf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
assets/dual_single_layers.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
assets/photography_triptych.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
assets/stylization_triptych.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
assets/text_rendering_triptych.png filter=lfs diff=lfs merge=lfs -text
|
assets/boogu_elo_arena.svg
ADDED
|
|
assets/photography_triptych.png
ADDED
|
Git LFS Details
|
assets/stylization_triptych.png
ADDED
|
Git LFS Details
|
assets/text_rendering_triptych.png
ADDED
|
Git LFS Details
|