Instructions to use duja1/boys with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use duja1/boys with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("duja1/boys", dtype=torch.bfloat16, device_map="cuda") prompt = "b123oy" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,4 +54,3 @@ Sample pictures of:
|
|
| 54 |
|
| 55 |
|
| 56 |
b123oy (use that on your prompt)
|
| 57 |
-

|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
b123oy (use that on your prompt)
|
|
|