Instructions to use innocent-charles/innocentSD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use innocent-charles/innocentSD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("innocent-charles/innocentSD", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
|
| 8 |
### innocentSD, Stable diffusion model finetuned on DreamBooth method, trained by innocent-charles.
|
| 9 |
|
| 10 |
-
Datasets used https://huggingface.co/innocent-charles/innocentconcept
|
| 11 |
|
| 12 |
Sample output pictures of this model:
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
### innocentSD, Stable diffusion model finetuned on DreamBooth method, trained by innocent-charles.
|
| 9 |
|
| 10 |
+
Datasets used https://huggingface.co/datasets/innocent-charles/innocentconcept
|
| 11 |
|
| 12 |
Sample output pictures of this model:
|
| 13 |
|