Instructions to use 0RisingStar0/LiveArcaMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 0RisingStar0/LiveArcaMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("0RisingStar0/LiveArcaMix", 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 ·
38fda7f
1
Parent(s): 6e27ed9
Upload 2 files
Browse files
LiveArcaMix-fp16-no-ema.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63386beaf3a4cd1a6090456611d6e27c3728abdc528d84387e9206ec32d51c7a
|
| 3 |
+
size 2132875454
|
LiveArcaMix-fp16-no-ema.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75150cd2b7bdfda0cba604dda95260896486c7ce66fabc387ea927cf2734591e
|
| 3 |
+
size 2132625431
|