Instructions to use EnD-Diffusers/ani-backgrounds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/ani-backgrounds with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/ani-backgrounds", dtype=torch.bfloat16, device_map="cuda") prompt = "BgAniDusk" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
3b9b496
1
Parent(s): a9990c1
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,6 @@ widget:
|
|
| 9 |
|
| 10 |
You run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb). Don't forget to use the concept prompts!
|
| 11 |
|
| 12 |
-
Sample pictures of:
|
| 13 |
|
| 14 |
|
| 15 |
|
|
@@ -76,7 +75,4 @@ Sample pictures of:
|
|
| 76 |
|
| 77 |
|
| 78 |
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
BgAniDusk (use that on your prompt)
|
| 82 |
-

|
|
|
|
| 9 |
|
| 10 |
You run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_dreambooth_inference.ipynb). Don't forget to use the concept prompts!
|
| 11 |
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
|
| 78 |
+
BgAniDusk (use that on your prompt)
|
|
|
|
|
|
|
|
|