Instructions to use AIARTCHAN/expmixLine_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIARTCHAN/expmixLine_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("AIARTCHAN/expmixLine_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
|
@@ -11,11 +11,11 @@ tags:
|
|
| 11 |
|
| 12 |
[원본글](https://arca.live/b/aiart/70802971)
|
| 13 |
|
| 14 |
-
[civitai](https://civitai.com/models/12865)
|
| 15 |
|
| 16 |
# Download
|
| 17 |
|
| 18 |
-
- [
|
| 19 |
- [fp16](https://civitai.com/api/download/models/16116?type=Pruned%20Model&format=SafeTensor)
|
| 20 |
|
| 21 |
2D느낌 expmix 모델
|
|
|
|
| 11 |
|
| 12 |
[원본글](https://arca.live/b/aiart/70802971)
|
| 13 |
|
| 14 |
+
~[civitai](https://civitai.com/models/12865)~
|
| 15 |
|
| 16 |
# Download
|
| 17 |
|
| 18 |
+
- [no-ema fp32 5.67GB](https://huggingface.co/AIARTCHAN/expmixLine_v2/resolve/main/expmixLine_v20-no-ema.safetensors)
|
| 19 |
- [fp16](https://civitai.com/api/download/models/16116?type=Pruned%20Model&format=SafeTensor)
|
| 20 |
|
| 21 |
2D느낌 expmix 모델
|