Instructions to use Gourieff/protogen_v2.2_reconverted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Gourieff/protogen_v2.2_reconverted with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Gourieff/protogen_v2.2_reconverted", 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
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
|
| 11 |
You can download CKPT model [here](https://huggingface.co/Gourieff/protogen_v2.2_reconverted/resolve/main/protogen_v2.2.ckpt)
|
| 12 |
|
| 13 |
-
__This is a mix by darkstorm2150 of such models as:__
|
| 14 |
|
| 15 |
* f22_v1.ckpt
|
| 16 |
* elldrethSLucidMix_V10.cpkt
|
|
|
|
| 10 |
|
| 11 |
You can download CKPT model [here](https://huggingface.co/Gourieff/protogen_v2.2_reconverted/resolve/main/protogen_v2.2.ckpt)
|
| 12 |
|
| 13 |
+
__This is a mix by [darkstorm2150](https://huggingface.co/darkstorm2150) of such models as:__
|
| 14 |
|
| 15 |
* f22_v1.ckpt
|
| 16 |
* elldrethSLucidMix_V10.cpkt
|