Instructions to use PlixAI/BitDiffusionV0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PlixAI/BitDiffusionV0.1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("PlixAI/BitDiffusionV0.1", dtype=torch.bfloat16, device_map="cuda") prompt = "Three cow grazing in a bay window" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,9 +7,9 @@ widget:
|
|
| 7 |
url: cow.png
|
| 8 |
|
| 9 |
- text: >-
|
| 10 |
-
|
| 11 |
output:
|
| 12 |
-
url:
|
| 13 |
- text: >-
|
| 14 |
A pile of bananas
|
| 15 |
output:
|
|
|
|
| 7 |
url: cow.png
|
| 8 |
|
| 9 |
- text: >-
|
| 10 |
+
Super Closeup Portrait, action shot, Profoundly dark whitish meadow, glass flowers, Stains, space grunge style, Jeanne d'Arc wearing White Olive green used styled Cotton frock, Wielding thin silver sword, Sci-fi vibe, dirty, noisy, Vintage monk style, very detailed, hd
|
| 11 |
output:
|
| 12 |
+
url: girl.png
|
| 13 |
- text: >-
|
| 14 |
A pile of bananas
|
| 15 |
output:
|