Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
art
anime
stable diffusion
comic books
Instructions to use EnD-Diffusers/PoltergeistMix-SDXLfp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/PoltergeistMix-SDXLfp16 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/PoltergeistMix-SDXLfp16", 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
Commit ·
89dad78
1
Parent(s): 66823c4
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,11 +77,15 @@ Educational use.
|
|
| 77 |
|
| 78 |
??? - If you want to fine tune go for gold.
|
| 79 |
|
| 80 |
-
###
|
| 81 |
|
| 82 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
|
| 84 |
-
[More Information Needed]
|
| 85 |
|
| 86 |
### Out-of-Scope Use
|
| 87 |
|
|
|
|
| 77 |
|
| 78 |
??? - If you want to fine tune go for gold.
|
| 79 |
|
| 80 |
+
### Issues
|
| 81 |
|
| 82 |
+
<details>
|
| 83 |
+
|
| 84 |
+
<summary>Current REPO PROBLEMS</summary>
|
| 85 |
+
This specific conversion has a BIN VAE for the use case for our sponsor, the API wont use this, when you install it locally or via colab whatever format you use should still work
|
| 86 |
+
|
| 87 |
+
</details>
|
| 88 |
|
|
|
|
| 89 |
|
| 90 |
### Out-of-Scope Use
|
| 91 |
|