Instructions to use Duskfallcrew/duskfall-virtual-3d-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Duskfallcrew/duskfall-virtual-3d-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Duskfallcrew/duskfall-virtual-3d-diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "seconddusk" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
82e8b71
1
Parent(s): 0f1504b
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,15 @@ https://civitai.com/questions/114/how-can-i-run-models-in-google-colab
|
|
| 16 |
|
| 17 |
Future sample outputs & Updates are available here: https://civitai.com/user/duskfallcrew
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
As always do not re-use the concept data in the folders, and do not re-sell the model.
|
| 20 |
Merging is fine, just make sure when you re-use or merge to credit us via the civit AI or hugging face spaces.
|
| 21 |
Will have sample images as soon as i'm able to test this.
|
|
|
|
| 16 |
|
| 17 |
Future sample outputs & Updates are available here: https://civitai.com/user/duskfallcrew
|
| 18 |
|
| 19 |
+
If you want to donate towards costs and don't want to subscribe:
|
| 20 |
+
|
| 21 |
+
https://ko-fi.com/DUSKFALLcrew
|
| 22 |
+
|
| 23 |
+
If you want to monthly support the EARTH & DUSK media projects and not just AI:
|
| 24 |
+
|
| 25 |
+
https://www.patreon.com/earthndusk
|
| 26 |
+
|
| 27 |
+
|
| 28 |
As always do not re-use the concept data in the folders, and do not re-sell the model.
|
| 29 |
Merging is fine, just make sure when you re-use or merge to credit us via the civit AI or hugging face spaces.
|
| 30 |
Will have sample images as soon as i'm able to test this.
|