Instructions to use Xrenya/TheGhostInTheShell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Xrenya/TheGhostInTheShell 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/TheGhostInTheShell", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,10 @@ library_name: diffusers
|
|
| 4 |
|
| 5 |
# Model Card for Model ID
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
|
| 11 |
## Model Details
|
| 12 |
|
|
@@ -16,13 +17,10 @@ library_name: diffusers
|
|
| 16 |
|
| 17 |
This is the model card of a 🧨 diffusers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 18 |
|
| 19 |
-
- **Developed by:**
|
| 20 |
-
- **
|
| 21 |
-
- **
|
| 22 |
-
- **
|
| 23 |
-
- **Language(s) (NLP):** [More Information Needed]
|
| 24 |
-
- **License:** [More Information Needed]
|
| 25 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
| 26 |
|
| 27 |
### Model Sources [optional]
|
| 28 |
|
|
|
|
| 4 |
|
| 5 |
# Model Card for Model ID
|
| 6 |
|
| 7 |
+
The model was finetuned on The Ghost in the Shell 2026 Anime
|
| 8 |
+
|Reference | Generated sample|
|
| 9 |
+
|---|---|
|
| 10 |
+
|<img src="MotokoKusanagi.png" alt="Motoko Kusanagi" width="500">|<img src="AIMotokoKusanagi.png" alt="AI Motoko Kusanagi" width="280">|
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
|
|
|
|
| 17 |
|
| 18 |
This is the model card of a 🧨 diffusers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 19 |
|
| 20 |
+
- **Developed by:** Xrenya
|
| 21 |
+
- **Model type:** `stable-diffusion-v1-5/stable-diffusion-v1-5`
|
| 22 |
+
- **License:** `stable-diffusion-v1-5/stable-diffusion-v1-5`
|
| 23 |
+
- **Finetuned from model [optional]:** The Ghost in the Shell 2026 Anime
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
### Model Sources [optional]
|
| 26 |
|