Instructions to use JosephusCheung/ACertainty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JosephusCheung/ACertainty with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("JosephusCheung/ACertainty", dtype=torch.bfloat16, device_map="cuda") prompt = "masterpiece, best quality, 1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
43955a5
1
Parent(s): f1c462a
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,6 +62,6 @@ The CreativeML OpenRAIL License specifies:
|
|
| 62 |
3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
|
| 63 |
[Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
|
| 64 |
|
| 65 |
-
## Is
|
| 66 |
|
| 67 |
See [ASimilarityCalculatior](https://huggingface.co/JosephusCheung/ASimilarityCalculatior)
|
|
|
|
| 62 |
3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
|
| 63 |
[Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
|
| 64 |
|
| 65 |
+
## Is it a NovelAI based model? What is the relationship with SD1.2 and SD1.4?
|
| 66 |
|
| 67 |
See [ASimilarityCalculatior](https://huggingface.co/JosephusCheung/ASimilarityCalculatior)
|