Instructions to use JosephusCheung/ACertainModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JosephusCheung/ACertainModel with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("JosephusCheung/ACertainModel", dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, best quality, 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
9b7e873
1
Parent(s): 8f278ee
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,11 @@ tags:
|
|
| 8 |
- text-to-image
|
| 9 |
- diffusers
|
| 10 |
inference: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# ACertainModel
|
|
|
|
| 8 |
- text-to-image
|
| 9 |
- diffusers
|
| 10 |
inference: true
|
| 11 |
+
widget:
|
| 12 |
+
- text: "masterpiece, best quality, 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden"
|
| 13 |
+
example_title: "example 1girl"
|
| 14 |
+
- text: "masterpiece, best quality, 1boy, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden"
|
| 15 |
+
example_title: "example 1boy"
|
| 16 |
---
|
| 17 |
|
| 18 |
# ACertainModel
|