Instructions to use Minthy/RouWei-0.6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Minthy/RouWei-0.6 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Minthy/RouWei-0.6", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -87,7 +87,8 @@ You can use extra meta tags to control it:
|
|
| 87 |
|
| 88 |
Vpred version has index 0.6.1 because it was retrained from base for fix observed flaws, now it works flawlessly. To use it you need a latest dev build of a1111 or comfy or reforge. Do not forget to lower your CFG down to 3..5, higer values will lead to over-saturation.
|
| 89 |
|
| 90 |
-
##
|
|
|
|
| 91 |
|
| 92 |
## Safety:
|
| 93 |
Model tends to generate NSFW images for corresponding prompts, consider to add extra filtering. Outputs may be inacurate and provocative and must not be used as a reference.
|
|
|
|
| 87 |
|
| 88 |
Vpred version has index 0.6.1 because it was retrained from base for fix observed flaws, now it works flawlessly. To use it you need a latest dev build of a1111 or comfy or reforge. Do not forget to lower your CFG down to 3..5, higer values will lead to over-saturation.
|
| 89 |
|
| 90 |
+
## Discord server
|
| 91 |
+
[join](https://discord.gg/ZXHENAhqE9)
|
| 92 |
|
| 93 |
## Safety:
|
| 94 |
Model tends to generate NSFW images for corresponding prompts, consider to add extra filtering. Outputs may be inacurate and provocative and must not be used as a reference.
|