Instructions to use naclbit/trinart_stable_diffusion_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use naclbit/trinart_stable_diffusion_v2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("naclbit/trinart_stable_diffusion_v2", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,9 @@ license: apache-2.0
|
|
| 9 |
|
| 10 |
## Stable Diffusion TrinArt/Trin-sama AI finetune v2
|
| 11 |
|
| 12 |
-
trinart_stable_diffusion is a SD model finetuned by about 40,000 assorted high resolution manga/anime-style pictures for
|
| 13 |
|
| 14 |
-
Twitterボット「とりんさまAI」@trinsama (https://twitter.com/trinsama) で使用しているSDのファインチューン済モデルです。一定のルールで選別された約4万枚のアニメ・マンガスタイルの高解像度画像を用いて8エポックの訓練を行いました。
|
| 15 |
|
| 16 |
## version 2
|
| 17 |
|
|
|
|
| 9 |
|
| 10 |
## Stable Diffusion TrinArt/Trin-sama AI finetune v2
|
| 11 |
|
| 12 |
+
trinart_stable_diffusion is a SD model finetuned by about 40,000 assorted high resolution manga/anime-style pictures for 8 epochs. This is the same model running on Twitter bot @trinsama (https://twitter.com/trinsama)
|
| 13 |
|
| 14 |
+
Twitterボット「とりんさまAI」@trinsama (https://twitter.com/trinsama) で使用しているSDのファインチューン済モデルです。一定のルールで選別された約4万枚のアニメ・マンガスタイルの高解像度画像を用いて約8エポックの訓練を行いました。
|
| 15 |
|
| 16 |
## version 2
|
| 17 |
|