Instructions to use Xrenya/TheGhostInTheShellSD3.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Xrenya/TheGhostInTheShellSD3.5 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Xrenya/TheGhostInTheShellSD3.5", 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
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Model Card for Model ID
|
| 6 |
+
|
| 7 |
+
<td align="center"><img src="images/finetuned_seed_77_target_promt.png" width="512" height="512" alt="Motoko Kusanagi"></td>
|
| 8 |
+
|
| 9 |
+
Seed: 77
|
| 10 |
+
<table>
|
| 11 |
+
<tr>
|
| 12 |
+
<th align="center"><b>Anime reference</b></th>
|
| 13 |
+
<th align="center"><b>SD3.5 "anime kusanagi"</b></th>
|
| 14 |
+
<th align="center"><b>SD3.5 "anime ohwx kusanagi"</b></th>
|
| 15 |
+
<th align="center"><b>Finetuned SD3.5 "anime ohwx kusanagi"</b></th>
|
| 16 |
+
</tr>
|
| 17 |
+
<tr>
|
| 18 |
+
<td align="center"><img src="images/kusanagi_reference.png" width="256" height="256" alt="original image"></td>
|
| 19 |
+
<td align="center"><img src="images/baseline_seed_77_no_target_promt.png" width="256" height="256" alt="sd1.5 baseline"></td>
|
| 20 |
+
<td align="center"><img src="images/baseline_seed_77_target_promt.png" width="256" height="256" alt="sd1.5"></td>
|
| 21 |
+
<td align="center"><img src="images/finetuned_seed_77_target_promt.png" width="256" height="256" alt="sd3"></td>
|
| 22 |
+
</tr>
|
| 23 |
+
</table>
|
| 24 |
+
|
| 25 |
+
Seed: 42
|
| 26 |
+
<table>
|
| 27 |
+
<tr>
|
| 28 |
+
<th align="center"><b>Anime reference</b></th>
|
| 29 |
+
<th align="center"><b>SD3.5 "anime kusanagi"</b></th>
|
| 30 |
+
<th align="center"><b>SD3.5 "anime ohwx kusanagi"</b></th>
|
| 31 |
+
<th align="center"><b>Finetuned SD3.5 "anime ohwx kusanagi"</b></th>
|
| 32 |
+
</tr>
|
| 33 |
+
<tr>
|
| 34 |
+
<td align="center"><img src="images/kusanagi_reference.png" width="256" height="256" alt="original image"></td>
|
| 35 |
+
<td align="center"><img src="images/baseline_seed_42_no_target_promt.png" width="256" height="256" alt="sd1.5 baseline"></td>
|
| 36 |
+
<td align="center"><img src="images/baseline_seed_42_target_promt.png" width="256" height="256" alt="sd1.5"></td>
|
| 37 |
+
<td align="center"><img src="images/finetuned_seed_42_target_promt.png" width="256" height="256" alt="sd3"></td>
|
| 38 |
+
</tr>
|
| 39 |
+
</table>
|
| 40 |
+
|
| 41 |
+
## Model Details
|
| 42 |
+
|
| 43 |
+
### Model Description
|
| 44 |
+
|
| 45 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 46 |
+
|
| 47 |
+
This is the model card of a 🧨 diffusers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 48 |
+
|
| 49 |
+
- **Developed by:** Xrenya
|
| 50 |
+
- **Model type:** `stabilityai/stable-diffusion-3-medium`
|
| 51 |
+
- **License:** `stabilityai/stable-diffusion-3-medium`
|
| 52 |
+
- **Finetuned from model:** The Ghost in the Shell 2026 Anime
|
| 53 |
+
- **Prompt:** "anime ohwx kusanagi"
|
| 54 |
+
- **Baseline prompt:** "anime kusanagi"
|