Instructions to use dataautogpt3/ProteusV0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/ProteusV0.1", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -123,12 +123,16 @@ image = pipe(
|
|
| 123 |
).images[0]
|
| 124 |
```
|
| 125 |
You are free to:
|
| 126 |
-
|
| 127 |
-
|
|
|
|
|
|
|
|
|
|
| 128 |
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
|
|
|
| 129 |
Under the following terms:
|
| 130 |
-
Attribution — You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
|
| 131 |
|
|
|
|
| 132 |
please support the work I do through donating to me on:
|
| 133 |
https://www.buymeacoffee.com/DataVoid
|
| 134 |
or following me on
|
|
|
|
| 123 |
).images[0]
|
| 124 |
```
|
| 125 |
You are free to:
|
| 126 |
+
|
| 127 |
+
Share — copy and redistribute the material in any medium or format for any purpose. this model does not premit commercial use without direct consultation from the author.
|
| 128 |
+
|
| 129 |
+
Adapt — remix, transform, and build upon the material for any purpose. this model does not permit commercial use without direct consultation from the author.
|
| 130 |
+
|
| 131 |
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
| 132 |
+
|
| 133 |
Under the following terms:
|
|
|
|
| 134 |
|
| 135 |
+
Attribution — You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
|
| 136 |
please support the work I do through donating to me on:
|
| 137 |
https://www.buymeacoffee.com/DataVoid
|
| 138 |
or following me on
|