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 ·
73fe282
1
Parent(s): aca8307
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,8 +49,8 @@ As the model is fine-tuned on a wide variety of content, it’s able to generate
|
|
| 49 |
|
| 50 |
If you find my work useful, please consider supporting me on [GitHub Sponsors](https://github.com/sponsors/ZeroCool940711)!
|
| 51 |
|
| 52 |
-
This model is still in its infancy and it's meant to be constantly updated and trained with more and more data as time goes by, so feel free to give us feedback on our [Discord Server](https://discord.gg/
|
| 53 |
-
[](https://discord.gg/
|
| 54 |
|
| 55 |
|
| 56 |
# Showcase
|
|
|
|
| 49 |
|
| 50 |
If you find my work useful, please consider supporting me on [GitHub Sponsors](https://github.com/sponsors/ZeroCool940711)!
|
| 51 |
|
| 52 |
+
This model is still in its infancy and it's meant to be constantly updated and trained with more and more data as time goes by, so feel free to give us feedback on our [Discord Server](https://discord.gg/ttM8Tm6wge) or on the discussions section on huggingface. We plan to improve it with more, better tags in the future, so any help is always welcome 😛
|
| 53 |
+
[](https://discord.gg/ttM8Tm6wge)
|
| 54 |
|
| 55 |
|
| 56 |
# Showcase
|