Instructions to use AInVFX/SeedVR2_comfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AInVFX/SeedVR2_comfyUI with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AInVFX/SeedVR2_comfyUI", 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
Adrien Toupet commited on
FP8 conversion of seedvr2_ema_7b_sharp.pth with last block kept in FP16 to avoid line/tile artifacts (no metadata)
Browse files
seedvr2_ema_7b_sharp_fp8_e4m3fn.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d2c5b8be0fda94351149c5115da26aef4f4932a7a2a928c6f184dda9186e0be
|
| 3 |
+
size 8466296338
|