Instructions to use Boogu/Boogu-Image-0.1-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Boogu/Boogu-Image-0.1-Base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Boogu/Boogu-Image-0.1-Base", 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
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -41,3 +41,7 @@ assets/dual_single_layers.png filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
assets/photography_triptych.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
assets/stylization_triptych.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
assets/text_rendering_triptych.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
assets/photography_triptych.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
assets/stylization_triptych.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
assets/text_rendering_triptych.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
assets/edit_cases_combined.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
assets/poster_cases_combined.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
assets/style_cases_combined.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
assets/text_cases_combined.png filter=lfs diff=lfs merge=lfs -text
|
assets/edit_cases_combined.png
ADDED
|
Git LFS Details
|
assets/poster_cases_combined.png
ADDED
|
Git LFS Details
|
assets/style_cases_combined.png
ADDED
|
Git LFS Details
|
assets/text_cases_combined.png
ADDED
|
Git LFS Details
|