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
- Draw Things
- DiffusionBee
Create README.md
#1
by Jakeukalane - opened
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
thumbnail: "https://static.miraheze.org/intercriaturaswiki/2/2c/Dussian_model.png"
|
| 6 |
+
tags:
|
| 7 |
+
- text-to-image
|
| 8 |
+
- stable-diffusion
|
| 9 |
+
- stable-diffusion-diffusers
|
| 10 |
+
#datasets:
|
| 11 |
+
#- Name/name
|
| 12 |
+
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 |
+
---
|