Text-to-Image
Diffusers
stable-diffusion-xl
lossless
deterministic
signal-reconstruction
memory-efficient
frugal-ai
Instructions to use muquanta-axel-v17/SDXL-MARIUS-V18 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use muquanta-axel-v17/SDXL-MARIUS-V18 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("muquanta-axel-v17/SDXL-MARIUS-V18", 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
Upload Marius_V18_BenchmarkReport.pdf
Browse files- .gitattributes +1 -0
- Marius_V18_BenchmarkReport.pdf +3 -0
.gitattributes
CHANGED
|
@@ -71,3 +71,4 @@ assets/vision_804.png filter=lfs diff=lfs merge=lfs -text
|
|
| 71 |
assets/marius_v18_hero.png filter=lfs diff=lfs merge=lfs -text
|
| 72 |
marius_v18_hero.png filter=lfs diff=lfs merge=lfs -text
|
| 73 |
MariusV18_results.pdf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 71 |
assets/marius_v18_hero.png filter=lfs diff=lfs merge=lfs -text
|
| 72 |
marius_v18_hero.png filter=lfs diff=lfs merge=lfs -text
|
| 73 |
MariusV18_results.pdf filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
Marius_V18_BenchmarkReport.pdf filter=lfs diff=lfs merge=lfs -text
|
Marius_V18_BenchmarkReport.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5217de31ea8ef18da62a5839d293441710da9260b49dcff09ec876ee8d74bbaf
|
| 3 |
+
size 49903982
|