Instructions to use WarriorMama777/OrangeMixs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WarriorMama777/OrangeMixs with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WarriorMama777/OrangeMixs", torch_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
- Local Apps Settings
- Draw Things
- DiffusionBee
WarriorMama777 commited on
Commit ·
878a26f
1
Parent(s): 89b98f7
maintenance update note
Browse files
README.md
CHANGED
|
@@ -31,7 +31,10 @@ Maintain a repository for the following purposes.
|
|
| 31 |
|
| 32 |
## How to read this README
|
| 33 |
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
## UPDATE NOTE
|
| 37 |
- 2023-02-27: Add AOM3A1B
|
|
|
|
| 31 |
|
| 32 |
## How to read this README
|
| 33 |
|
| 34 |
+
1. Read the ToC as release notes.
|
| 35 |
+
Sections are in descending order. The order within the section is ascending. It is written like SNS.
|
| 36 |
+
2. UPDATE NOTE
|
| 37 |
+
3. View the repository history when you need to check the full history.
|
| 38 |
|
| 39 |
## UPDATE NOTE
|
| 40 |
- 2023-02-27: Add AOM3A1B
|