Instructions to use Panchovix/noobai-XL-Vpred-0.65s-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.65s-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.65s-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
|
@@ -13,7 +13,6 @@ tags:
|
|
| 13 |
- stable-diffusion
|
| 14 |
- stable-diffusion-xl
|
| 15 |
- art
|
| 16 |
-
- not-for-all-audiences
|
| 17 |
library_name: diffusers
|
| 18 |
---
|
| 19 |
Fix using similar method of NoobaiCyberFix (https://civitai.com/models/913998/noobaicyberfix?modelVersionId=1022962) but using the vpred model, to fix anatomy.
|
|
|
|
| 13 |
- stable-diffusion
|
| 14 |
- stable-diffusion-xl
|
| 15 |
- art
|
|
|
|
| 16 |
library_name: diffusers
|
| 17 |
---
|
| 18 |
Fix using similar method of NoobaiCyberFix (https://civitai.com/models/913998/noobaicyberfix?modelVersionId=1022962) but using the vpred model, to fix anatomy.
|