Instructions to use wikeeyang/Ernie-Image-Flex-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wikeeyang/Ernie-Image-Flex-V1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wikeeyang/Ernie-Image-Flex-V1", torch_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
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ base_model_relation: finetune
|
|
| 24 |
|
| 25 |
本模型依旧为纯净底模,可用于微调或 LoRA 训练,也可叠加各种 Turbo / Distill / NSFW / SFW 的 LoRA 使用。(Pure base model, suitable for fine-tuning or LoRA training, and can also be combined with various Turbo / Distill / SFW / NSFW LoRAs.)
|
| 26 |
|
| 27 |
-
感谢
|
| 28 |
|
| 29 |
Much thanks to: **@亮亮rayne** , [@GuangyuanSD](https://huggingface.co/GuangyuanSD) for their guidance and support in technical, compositional, and aesthetic aspects during the finetuning of the model.
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
本模型依旧为纯净底模,可用于微调或 LoRA 训练,也可叠加各种 Turbo / Distill / NSFW / SFW 的 LoRA 使用。(Pure base model, suitable for fine-tuning or LoRA training, and can also be combined with various Turbo / Distill / SFW / NSFW LoRAs.)
|
| 26 |
|
| 27 |
+
感谢: **@亮亮rayne** , [@GuangyuanSD](https://huggingface.co/GuangyuanSD) 在本模型调制优化过程中给与技术、构图、美学等方面的指导和支持。
|
| 28 |
|
| 29 |
Much thanks to: **@亮亮rayne** , [@GuangyuanSD](https://huggingface.co/GuangyuanSD) for their guidance and support in technical, compositional, and aesthetic aspects during the finetuning of the model.
|
| 30 |
|