Instructions to use proxima/halloween_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use proxima/halloween_diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("proxima/halloween_diffusion", 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
|
@@ -12,4 +12,6 @@ Size: 512x512 |
|
|
| 12 |
generated in Automatic1111’s Web UI
|
| 13 |
|
| 14 |
if artist styles don’t show up strong enough, try placing them at the
|
| 15 |
-
start of the prompt.
|
|
|
|
|
|
|
|
|
| 12 |
generated in Automatic1111’s Web UI
|
| 13 |
|
| 14 |
if artist styles don’t show up strong enough, try placing them at the
|
| 15 |
+
start of the prompt.
|
| 16 |
+
|
| 17 |
+
<a href='https://ko-fi.com/S6S6FUYKY' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|