Text-to-Image
Diffusers
StableDiffusionPipeline
stable-diffusion
sygil-diffusion
sygil-devs
finetune
stable-diffusion-1.5
Instructions to use Sygil/Sygil-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Sygil/Sygil-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("Sygil/Sygil-Diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "environment art, realistic" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
905f423
1
Parent(s): eaf367a
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
license: openrail++
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
- zh
|
| 6 |
- ja
|
|
|
|
|
|
|
| 7 |
widget:
|
| 8 |
- text: a beautiful illustration of a fantasy forest
|
| 9 |
tags:
|
|
|
|
| 2 |
license: openrail++
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
- ja
|
| 6 |
+
- es
|
| 7 |
+
- zh
|
| 8 |
widget:
|
| 9 |
- text: a beautiful illustration of a fantasy forest
|
| 10 |
tags:
|