Commit ·
f2b52f3
1
Parent(s): 5627b7a
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,13 +26,13 @@ license: creativeml-openrail-m
|
|
| 26 |
* [Setup](#setup)
|
| 27 |
* [Space](#space)
|
| 28 |
* [CompVis](#compvis)
|
| 29 |
-
* [Diffusers](#diffusers)
|
| 30 |
* [Checkpoint Merging Data Reference](#checkpoint-merging-data-reference)
|
| 31 |
* [License](#license)
|
| 32 |
|
| 33 |
## General info
|
| 34 |
|
| 35 |
-
|
| 36 |
|
| 37 |
Protogen was warm-started with [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and continued fine-tuned from [darkstorm2150/Protogen_x3.4_Official_Release](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release)
|
| 38 |
Robodiffusion has been removed and 10% Dreamlike-PhotoReal V.2 added, the result is better sampling at 768px to 1024px of humans and surroundings, The results are immediate!!!
|
|
@@ -60,17 +60,23 @@ Granular adaptive learning is often used in situations where the data is highly
|
|
| 60 |
## Setup
|
| 61 |
To run this model, download the model.ckpt and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
|
| 62 |
|
| 63 |
-
## Model Weights
|
| 64 |
-
|
| 65 |
-

|
| 66 |
-
|
| 67 |
## Space
|
| 68 |
|
| 69 |
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI:
|
| 70 |
[](https://huggingface.co/spaces/darkstorm2150/Stable-Diffusion-Protogen-webui)
|
| 71 |
### CompVis
|
| 72 |
|
| 73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
### 🧨 Diffusers
|
| 76 |
|
|
|
|
| 26 |
* [Setup](#setup)
|
| 27 |
* [Space](#space)
|
| 28 |
* [CompVis](#compvis)
|
| 29 |
+
* [Diffusers](#🧨-diffusers)
|
| 30 |
* [Checkpoint Merging Data Reference](#checkpoint-merging-data-reference)
|
| 31 |
* [License](#license)
|
| 32 |
|
| 33 |
## General info
|
| 34 |
|
| 35 |
+
Protogen x5.3 - One Step Closer to Reality by [darkstorm2150](https://instagram.com/officialvictorespinoza)
|
| 36 |
|
| 37 |
Protogen was warm-started with [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) and continued fine-tuned from [darkstorm2150/Protogen_x3.4_Official_Release](https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release)
|
| 38 |
Robodiffusion has been removed and 10% Dreamlike-PhotoReal V.2 added, the result is better sampling at 768px to 1024px of humans and surroundings, The results are immediate!!!
|
|
|
|
| 60 |
## Setup
|
| 61 |
To run this model, download the model.ckpt and install it in your "stable-diffusion-webui\models\Stable-diffusion" directory
|
| 62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
## Space
|
| 64 |
|
| 65 |
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI:
|
| 66 |
[](https://huggingface.co/spaces/darkstorm2150/Stable-Diffusion-Protogen-webui)
|
| 67 |
### CompVis
|
| 68 |
|
| 69 |
+
## CKPT
|
| 70 |
+
|
| 71 |
+
[Download ProtoGen x5.3.ckpt (4.27GB)](https://huggingface.co/darkstorm2150/Protogen_v5.3_Official_Release/blob/main/ProtoGen_X5.3.ckpt)
|
| 72 |
+
|
| 73 |
+
[Download ProtoGen x5.3-pruned-fp16.ckpt (1.89GB)](https://huggingface.co/darkstorm2150/Protogen_x5.3_Official_Release/resolve/main/ProtoGen_X5.3-pruned-fp16.ckpt)
|
| 74 |
+
|
| 75 |
+
## Safetensors
|
| 76 |
+
|
| 77 |
+
[Download ProtoGen x5.3.safetensors (4.27GB)](https://huggingface.co/darkstorm2150/Protogen_x5.3_Official_Release/resolve/main/ProtoGen_X5.3.safetensors)
|
| 78 |
+
|
| 79 |
+
[Download ProtoGen x5.3-pruned-fp16.safetensors (1.89GB)](https://huggingface.co/darkstorm2150/Protogen_x5.3_Official_Release/resolve/main/ProtoGen_X5.3-pruned-fp16.safetensors)
|
| 80 |
|
| 81 |
### 🧨 Diffusers
|
| 82 |
|