Instructions to use YiYiXu/diff-diff-mellon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use YiYiXu/diff-diff-mellon with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("YiYiXu/diff-diff-mellon", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,6 @@ custom/
|
|
| 45 |
βββ mellon-modular-diffusers/
|
| 46 |
β βββ mellon-modular-diffusers.py # use in this
|
| 47 |
|
| 48 |
-

|
| 49 |
|
| 50 |
βββ diff-diff/
|
| 51 |
βββ diff-diff.py # use in this too
|
|
|
|
| 45 |
βββ mellon-modular-diffusers/
|
| 46 |
β βββ mellon-modular-diffusers.py # use in this
|
| 47 |
|
|
|
|
| 48 |
|
| 49 |
βββ diff-diff/
|
| 50 |
βββ diff-diff.py # use in this too
|