Instructions to use nitrosocke/Arcane-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/Arcane-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("nitrosocke/Arcane-Diffusion", 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
Commit ·
8c6e5a5
1
Parent(s): 89abf2f
Uploaded the new version of arcane-diffusion
Browse filesThis model was trained using the dreambooth diffusers method and ckpt conversion script.
- .gitattributes +1 -0
- arcane-diffusion-v2.ckpt +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
arcane-diffusion-5k.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 34 |
arcane-diffusion-output-images.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
arcane-diffusion-5k.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 34 |
arcane-diffusion-output-images.jpg filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
arcane-diffusion-v2.ckpt filter=lfs diff=lfs merge=lfs -text
|
arcane-diffusion-v2.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60510c7ca14eb8b17110e5bd280a2e1b9db66b62765977bc4a377b8adaba2123
|
| 3 |
+
size 2132856622
|