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
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
|
@@ -16,10 +16,14 @@ tags:
|
|
| 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 모델
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
### 병합 모델
|
| 24 |
|
| 25 |
ExpMix_Line
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
|
|
|
| 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 모델
|
| 22 |
|
| 23 |
+
## License
|
| 24 |
+
|
| 25 |
+
Based on creativeml-openrail-m, additionally no commercial use, no redistribution.
|
| 26 |
+
|
| 27 |
### 병합 모델
|
| 28 |
|
| 29 |
ExpMix_Line
|