Instructions to use LOLFUNNYLOLFUNNY/ExodusMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LOLFUNNYLOLFUNNY/ExodusMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LOLFUNNYLOLFUNNY/ExodusMix", 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
LOL2024 commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,5 +9,5 @@ tags:
|
|
| 9 |
base_model:
|
| 10 |
- Bluvoll/ExodusMix
|
| 11 |
---
|
| 12 |
-
Original model is [here](https://huggingface.co/Bluvoll/ExodusMix).
|
| 13 |
This model created by [Bluvoll](https://huggingface.co/Bluvoll).
|
|
|
|
| 9 |
base_model:
|
| 10 |
- Bluvoll/ExodusMix
|
| 11 |
---
|
| 12 |
+
Original model is [here](https://huggingface.co/Bluvoll/ExodusMix) and on [TensorArt](https://tensor.art/models/829066990640617387/).
|
| 13 |
This model created by [Bluvoll](https://huggingface.co/Bluvoll).
|