Instructions to use TheReprinter/animemixillustrious_ckpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheReprinter/animemixillustrious_ckpt with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheReprinter/animemixillustrious_ckpt", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,62 @@
|
|
| 2 |
base_model:
|
| 3 |
- OnomaAIResearch/Illustrious-xl-early-release-v0
|
| 4 |
---
|
| 5 |
-
# The Model is owned by [koronen](https://civitai.com/user/koronen) on [CivitAi](https://civitai.com/models/933065?modelVersionId=1553969)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- OnomaAIResearch/Illustrious-xl-early-release-v0
|
| 4 |
---
|
| 5 |
+
# The Model is owned by [koronen](https://civitai.com/user/koronen) on [CivitAi](https://civitai.com/models/933065?modelVersionId=1553969)
|
| 6 |
+
<style>
|
| 7 |
+
.custom-table td {
|
| 8 |
+
width: 33.333%;
|
| 9 |
+
}
|
| 10 |
+
.custom-image-container {
|
| 11 |
+
position: relative;
|
| 12 |
+
width: 100%;
|
| 13 |
+
height: 100%;
|
| 14 |
+
border-radius: 0.5em;
|
| 15 |
+
overflow: hidden;
|
| 16 |
+
align-items: center;
|
| 17 |
+
}
|
| 18 |
+
.custom-image {
|
| 19 |
+
width: 100%;
|
| 20 |
+
height: auto;
|
| 21 |
+
border-radius: 0.5em;
|
| 22 |
+
transition: transform 0.25s;
|
| 23 |
+
}
|
| 24 |
+
.custom-image-container:hover .custom-image {
|
| 25 |
+
transform: scale(1.2);
|
| 26 |
+
}
|
| 27 |
+
</style>
|
| 28 |
+
<table class="custom-table">
|
| 29 |
+
<tr>
|
| 30 |
+
<td>
|
| 31 |
+
<div class="custom-image-container">
|
| 32 |
+
<img class="custom-image" src="Previews/P1.png" alt="animemixillustrious">
|
| 33 |
+
</div>
|
| 34 |
+
</td>
|
| 35 |
+
<td>
|
| 36 |
+
<div class="custom-image-container">
|
| 37 |
+
<img class="custom-image" src="Previews/P2.png" alt="animemixillustrious">
|
| 38 |
+
</div>
|
| 39 |
+
</td>
|
| 40 |
+
<td>
|
| 41 |
+
<div class="custom-image-container">
|
| 42 |
+
<img class="custom-image" src="Previews/P3.png" alt="animemixillustrious">
|
| 43 |
+
</div>
|
| 44 |
+
</td>
|
| 45 |
+
</tr>
|
| 46 |
+
<tr>
|
| 47 |
+
<td>
|
| 48 |
+
<div class="custom-image-container">
|
| 49 |
+
<img class="custom-image" src="Previews/P4.png" alt="animemixillustrious">
|
| 50 |
+
</div>
|
| 51 |
+
</td>
|
| 52 |
+
<td>
|
| 53 |
+
<div class="custom-image-container">
|
| 54 |
+
<img class="custom-image" src="Previews/P5.png" alt="animemixillustrious">
|
| 55 |
+
</div>
|
| 56 |
+
</td>
|
| 57 |
+
<td>
|
| 58 |
+
<div class="custom-image-container">
|
| 59 |
+
<img class="custom-image" src="Previews/P6.png" alt="animemixillustrious">
|
| 60 |
+
</div>
|
| 61 |
+
</td>
|
| 62 |
+
</tr>
|
| 63 |
+
</table>
|