Instructions to use aipicasso/picasso-diffusion-1-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aipicasso/picasso-diffusion-1-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aipicasso/picasso-diffusion-1-1", 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
Commit ·
37f0724
1
Parent(s): 0b12db5
Update README.md
Browse files
README.md
CHANGED
|
@@ -177,4 +177,4 @@ Danbooruなどの無断転載サイトを除く、国内法に準拠したデー
|
|
| 177 |
pages = {10684-10695}
|
| 178 |
}
|
| 179 |
|
| 180 |
-
*このモデルカードは [Stable Diffusion v2](https://huggingface.co/stabilityai/stable-diffusion-2/raw/main/README.md) に基づいて
|
|
|
|
| 177 |
pages = {10684-10695}
|
| 178 |
}
|
| 179 |
|
| 180 |
+
*このモデルカードは [Stable Diffusion v2](https://huggingface.co/stabilityai/stable-diffusion-2/raw/main/README.md) に基づいて書かれました。
|