Instructions to use Manseo/Colorful-v4.5-Plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Manseo/Colorful-v4.5-Plus with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Manseo/Colorful-v4.5-Plus", 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
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
# **Colorful-v4.5-Plus**
|
| 13 |
**Colorful-v4.5-Plus** is a model merge between [Anything-v4.5](https://huggingface.co/andite/anything-v4.0), [AbyssOrangeMix3](https://huggingface.co/WarriorMama777/OrangeMixs) and [ProtogenInfinity](https://huggingface.co/darkstorm2150/Protogen_Infinity_Official_Release)
|
| 14 |
|
| 15 |
-
Colorful-v4.5 is named how it is because
|
| 16 |
|
| 17 |
The "Plus" in "Colorful-v4.5" has been added because the model merge has been updated to Abyss Orange Mix 3. As the name suggests, this version is better than the last one
|
| 18 |
|
|
|
|
| 12 |
# **Colorful-v4.5-Plus**
|
| 13 |
**Colorful-v4.5-Plus** is a model merge between [Anything-v4.5](https://huggingface.co/andite/anything-v4.0), [AbyssOrangeMix3](https://huggingface.co/WarriorMama777/OrangeMixs) and [ProtogenInfinity](https://huggingface.co/darkstorm2150/Protogen_Infinity_Official_Release)
|
| 14 |
|
| 15 |
+
Colorful-v4.5 is named how it is because it's similar to Anything-v4.5 and it improves the bland color pallet it comes with (atleast for me), producing much livelier images. It also improves some other things like environments, fingers, facial emotions and somewhat clothing (it also fixes the purple spots 🤫)
|
| 16 |
|
| 17 |
The "Plus" in "Colorful-v4.5" has been added because the model merge has been updated to Abyss Orange Mix 3. As the name suggests, this version is better than the last one
|
| 18 |
|