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 ·
a5e2207
1
Parent(s): 1495b68
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,10 +6,10 @@ language:
|
|
| 6 |
- es
|
| 7 |
- zh
|
| 8 |
widget:
|
| 9 |
-
- text: a beautiful illustration of a fantasy forest
|
| 10 |
-
example_title: Fantasy Forest
|
| 11 |
- text: environment concept art
|
| 12 |
example_title: Concept Art 1
|
|
|
|
|
|
|
| 13 |
tags:
|
| 14 |
- stable-diffusion
|
| 15 |
- sygil-diffusion
|
|
|
|
| 6 |
- es
|
| 7 |
- zh
|
| 8 |
widget:
|
|
|
|
|
|
|
| 9 |
- text: environment concept art
|
| 10 |
example_title: Concept Art 1
|
| 11 |
+
- text: a beautiful illustration of a fantasy forest
|
| 12 |
+
example_title: Fantasy Forest
|
| 13 |
tags:
|
| 14 |
- stable-diffusion
|
| 15 |
- sygil-diffusion
|