BitStarWalkin
commited on
Commit
•
9c69f62
1
Parent(s):
39d05fe
README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
+
{}
|
5 |
+
---
|
6 |
+
|
7 |
+
# Official Model Card for (RPG) [Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs](https://arxiv.org/abs/2401.11708)
|
8 |
+
The GitHub repo:https://github.com/YangLing0818/RPG-DiffusionMaster
|
9 |
+
|
10 |
+
RPG is a training-free paradigm that utilize MLLMs as prompt recaptioner and layout planner from diffusion models. This paradigm can be generalized to different diffusion models, here we provide some high-quality community models in [CIVITAI](https://civitai.com/models) based on stable-diffusion v1.4/1.5 and SDXL-1.0/SDXL-Turbo for high-quality generation.
|
11 |
+
We will continue to update our model_pool combining with the ControlNet, stay tuned for our following progress.
|
12 |
+
## Stable-diffusion v1.4/1.5 based model Details
|
13 |
+
For Stable-diffusion v1.4/1.5 based models, we use
|
14 |
+
|
15 |
+
[AbsoluteReality](https://civitai.com/models/81458/absolutereality) for realistic style generation.
|
16 |
+
|
17 |
+
[AnythingV3](https://huggingface.co/Linaqruf/anything-v3.0) for anime style generation.
|
18 |
+
|
19 |
+
[Disney Pixar Cartoon](https://civitai.com/models/75650/disney-pixar-cartoon-type-b) for cartoon style generation.
|
20 |
+
|
21 |
+
## SDXL v1.0/ SDXL-Turbo based models Details
|
22 |
+
For SDXL v1.0/ SDXL-Turbo based models, we use
|
23 |
+
|
24 |
+
[AlbedoBaseXL](https://civitai.com/models/140737?modelVersionId=281176) for SDXL-baed photorealistic style generation.
|
25 |
+
|
26 |
+
[DreamShaperXL](https://civitai.com/models/112902/dreamshaper-xl) for SDXL-Turbo based photorealistic style generation.
|