Instructions to use EnD-Diffusers/isometric-dreams with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/isometric-dreams 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/isometric-dreams", dtype=torch.bfloat16, device_map="cuda") prompt = "duskametrik" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
f6ba47b
1
Parent(s): e55745d
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,19 @@ 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
|
|
@@ -48,5 +60,4 @@ Sample pictures of:
|
|
| 48 |
|
| 49 |
|
| 50 |
|
| 51 |
-
duskametrik (use that on your prompt)
|
| 52 |
-

|
|
|
|
| 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 |
+
All samples and info are here:
|
| 13 |
+
|
| 14 |
+
https://civitai.com/user/duskfallcrew
|
| 15 |
+
|
| 16 |
+
If you want to donate towards costs and don't want to subscribe:
|
| 17 |
+
|
| 18 |
+
https://ko-fi.com/DUSKFALLcrew
|
| 19 |
+
|
| 20 |
+
If you want to monthly support the EARTH & DUSK media projects and not just AI:
|
| 21 |
+
|
| 22 |
+
https://www.patreon.com/earthndusk
|
| 23 |
+
|
| 24 |
+
|
| 25 |
|
| 26 |
|
| 27 |
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
|
| 63 |
+
duskametrik (use that on your prompt)
|
|
|