Instructions to use Panchovix/noobai-XL-Vpred-0.65-cyberfix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Panchovix/noobai-XL-Vpred-0.65-cyberfix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Panchovix/noobai-XL-Vpred-0.65-cyberfix", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,7 @@ library_name: diffusers
|
|
| 17 |
---
|
| 18 |
Fix using similar method of NoobaiCyberFix (https://civitai.com/models/913998/noobaicyberfix?modelVersionId=1022962) but using the vpred model (0.65), to fix anatomy.
|
| 19 |
|
|
|
|
| 20 |
|
| 21 |
<h1 align="center"><strong style="font-size: 48px;">NoobAI XL V-Pred 0.65</strong></h1>
|
| 22 |
|
|
|
|
| 17 |
---
|
| 18 |
Fix using similar method of NoobaiCyberFix (https://civitai.com/models/913998/noobaicyberfix?modelVersionId=1022962) but using the vpred model (0.65), to fix anatomy.
|
| 19 |
|
| 20 |
+

|
| 21 |
|
| 22 |
<h1 align="center"><strong style="font-size: 48px;">NoobAI XL V-Pred 0.65</strong></h1>
|
| 23 |
|