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,9 +24,9 @@ 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 |
-
感谢:**@亮亮rayne**
|
| 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 |
|
| 31 |
感谢:[@T8star-Aix](https://space.bilibili.com/385085361),[@AI-KSK](https://space.bilibili.com/110353151),[@黑鹤001](https://space.bilibili.com/515231056),[@大麦茶看AI](https://space.bilibili.com/310599757),[@joeMultimedia](https://space.bilibili.com/612740284) , [山竹老师AIGC](https://space.bilibili.com/158424637) , [CommintAI](https://space.bilibili.com/158429672) , [雪煮松风](https://space.bilibili.com/692784900) , [冰缘排骨](https://space.bilibili.com/3546582953757144) , [活力网TV](https://space.bilibili.com/92055552) , [HyLan_L](https://space.bilibili.com/591877893) , 等一众大佬对本人微调各种模型的技术评测、使用介绍、社区推荐及进一步微调提升等方面的建议和支持。
|
| 32 |
|
|
|
|
| 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 |
|
| 31 |
感谢:[@T8star-Aix](https://space.bilibili.com/385085361),[@AI-KSK](https://space.bilibili.com/110353151),[@黑鹤001](https://space.bilibili.com/515231056),[@大麦茶看AI](https://space.bilibili.com/310599757),[@joeMultimedia](https://space.bilibili.com/612740284) , [山竹老师AIGC](https://space.bilibili.com/158424637) , [CommintAI](https://space.bilibili.com/158429672) , [雪煮松风](https://space.bilibili.com/692784900) , [冰缘排骨](https://space.bilibili.com/3546582953757144) , [活力网TV](https://space.bilibili.com/92055552) , [HyLan_L](https://space.bilibili.com/591877893) , 等一众大佬对本人微调各种模型的技术评测、使用介绍、社区推荐及进一步微调提升等方面的建议和支持。
|
| 32 |
|