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 ·
d658083
1
Parent(s): 1d22646
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ The model was trained on the following dataset:
|
|
| 77 |
|
| 78 |
**Hardware and others**
|
| 79 |
- **Hardware:** 1 x Nvidia RTX 3050 8GB GPU
|
| 80 |
-
- **Hours Trained:**
|
| 81 |
- **Optimizer:** AdamW
|
| 82 |
- **Gradient Accumulations**: 1
|
| 83 |
- **Batch:** 1
|
|
|
|
| 77 |
|
| 78 |
**Hardware and others**
|
| 79 |
- **Hardware:** 1 x Nvidia RTX 3050 8GB GPU
|
| 80 |
+
- **Hours Trained:** 432 hours approximately.
|
| 81 |
- **Optimizer:** AdamW
|
| 82 |
- **Gradient Accumulations**: 1
|
| 83 |
- **Batch:** 1
|