Instructions to use pskl/icondiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pskl/icondiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("pskl/icondiffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "asim style, a tree, centered, monochrome, line-art, logo" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
|
|
| 1 |
tags:
|
| 2 |
- stable-diffusion
|
| 3 |
- stable-diffusion-diffusers
|
| 4 |
- text-to-image
|
| 5 |
widget:
|
| 6 |
-
- text: "asim style, a tree, centered, monochrome, line-art, logo"
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
tags:
|
| 3 |
- stable-diffusion
|
| 4 |
- stable-diffusion-diffusers
|
| 5 |
- text-to-image
|
| 6 |
widget:
|
| 7 |
+
- text: "asim style, a tree, centered, monochrome, line-art, logo"
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
SD Offset noise 1.5 finetuned on 512x512 svgs.
|