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
|
@@ -20,15 +20,14 @@ This is the model card of a 🧨 diffusers model that has been pushed on the Hub
|
|
| 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
|
| 24 |
|
| 25 |
### Model Sources [optional]
|
| 26 |
|
| 27 |
<!-- Provide the basic links for the model. -->
|
| 28 |
|
| 29 |
-
- **Repository:** [
|
| 30 |
-
|
| 31 |
-
- **Demo [optional]:** [More Information Needed]
|
| 32 |
|
| 33 |
## Uses
|
| 34 |
|
|
|
|
| 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:** The Ghost in the Shell 2026 Anime
|
| 24 |
|
| 25 |
### Model Sources [optional]
|
| 26 |
|
| 27 |
<!-- Provide the basic links for the model. -->
|
| 28 |
|
| 29 |
+
- **Repository:** [Xrenya/stable_diffusion](https://github.com/Xrenya/stable_diffusion)
|
| 30 |
+
|
|
|
|
| 31 |
|
| 32 |
## Uses
|
| 33 |
|