Instructions to use dataautogpt3/ProteusV0.3-Lightning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/ProteusV0.3-Lightning 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.3-Lightning", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Anime Girl holding a sign that says 'Proteus Lighting'" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,11 @@ widget:
|
|
| 4 |
- text: >-
|
| 5 |
Anime Girl holding a sign that says 'Proteus Lighting'
|
| 6 |
output:
|
| 7 |
-
url: ComfyUI_08512_.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
license: gpl-3.0
|
| 9 |
---
|
| 10 |
<Gallery />
|
|
|
|
| 4 |
- text: >-
|
| 5 |
Anime Girl holding a sign that says 'Proteus Lighting'
|
| 6 |
output:
|
| 7 |
+
url: ComfyUI_08512_.png
|
| 8 |
+
- text: >-
|
| 9 |
+
Anime full body portrait of a swordsman holding his weapon in front of him. He is facing the camera with a fierce look on his face. Anime key visual (best quality, HD, ~*~aesthetic~*~:1.2)
|
| 10 |
+
output:
|
| 11 |
+
url: ComfyUI_08516_.png
|
| 12 |
license: gpl-3.0
|
| 13 |
---
|
| 14 |
<Gallery />
|