Text-to-Image
Diffusers
TensorBoard
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use MirageML/dussians with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MirageML/dussians with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MirageML/dussians", dtype=torch.bfloat16, device_map="cuda") prompt = "A dussian, insect" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
#2
by Jakeukalane - opened
README.md
CHANGED
|
@@ -13,4 +13,7 @@ inference: true
|
|
| 13 |
widget:
|
| 14 |
- text: A dussian, insect
|
| 15 |
- text: alien_insects, insectoid, scarab, alien, humanoid, insects, with tails and wings, very strange creatures
|
| 16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
widget:
|
| 14 |
- text: A dussian, insect
|
| 15 |
- text: alien_insects, insectoid, scarab, alien, humanoid, insects, with tails and wings, very strange creatures
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
### Dussians
|
| 19 |
+
This model was trained in a set of images of Dussians, a species invented by Jakeukalane. You can see more images of Dussians [here](https://www.deviantart.com/jakeukalane/journal/Dussians-426113797).
|