Instructions to use UmeAiRT/ComfyUI-Auto-Installer-Assets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use UmeAiRT/ComfyUI-Auto-Installer-Assets with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("UmeAiRT/ComfyUI-Auto-Installer-Assets", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,4 +58,4 @@ With a few questions at the beginning of the script, only the desired elements w
|
|
| 58 |
|
| 59 |
[logo]
|
| 60 |
|
| 61 |
-
[logo]:
|
|
|
|
| 58 |
|
| 59 |
[logo]
|
| 60 |
|
| 61 |
+
[logo]: https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/e9e5de80-4a38-41f5-b5b8-1cf21dbc19f9/width=525/e9e5de80-4a38-41f5-b5b8-1cf21dbc19f9.jpeg "UmeAiRT logo"
|