Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
Portraits
True Darkness
theally
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/theallysMixIIIRevolutions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/theallysMixIIIRevolutions with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/theallysMixIIIRevolutions", 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
|
@@ -37,4 +37,4 @@ Original page: https://civitai.com/models/10752/the-allys-mix-iii-revolutions
|
|
| 37 |
|
| 38 |
# License
|
| 39 |
|
| 40 |
-
This model's license is invalid as it disallows selling the model's
|
|
|
|
| 37 |
|
| 38 |
# License
|
| 39 |
|
| 40 |
+
This model's license is invalid as it disallows selling the model's outputs, but merges the ReV Animated model that has a license that allows them and says if you merge it with a model you have to keep ReV Animated's model license. The licenses are in conflict.
|