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 Settings
- Draw Things
- DiffusionBee
Commit ·
27fb7b3
1
Parent(s): 63620fd
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,5 +88,11 @@ The model was trained on the following dataset:
|
|
| 88 |
|
| 89 |
Developed by: [Sygil-Dev](https://github.com/Sygil-Dev/)
|
| 90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
# License
|
| 92 |
This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage. [Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|
|
|
|
| 88 |
|
| 89 |
Developed by: [Sygil-Dev](https://github.com/Sygil-Dev/)
|
| 90 |
|
| 91 |
+
## Community Contributions:
|
| 92 |
+
- [Kevin Turner (keturn)](https://huggingface.co/keturn): creator of the [INE-dataset-explorer](https://huggingface.co/spaces/Sygil/INE-dataset-explorer) space.
|
| 93 |
+
|
| 94 |
+
*This model card is based on the [Stable Diffusion v1](https://github.com/CompVis/stable-diffusion/blob/main/Stable_Diffusion_v1_Model_Card.md) and [DALL-E Mini model card](https://huggingface.co/dalle-mini/dalle-mini).*
|
| 95 |
+
|
| 96 |
+
|
| 97 |
# License
|
| 98 |
This model is open access and available to all, with a CreativeML Open RAIL++-M License further specifying rights and usage. [Please read the full license here](https://huggingface.co/stabilityai/stable-diffusion-2/blob/main/LICENSE-MODEL)
|