Instructions to use speach1sdef178/Project0_PJ0_Krea_v2_FP8_FP16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use speach1sdef178/Project0_PJ0_Krea_v2_FP8_FP16 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("speach1sdef178/Project0_PJ0_Krea_v2_FP8_FP16") 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
Add FP8/FP16 weights
#1
by speach1sdef178 - opened
No description provided.
releasing qwen also?
Thank you for feedback and I'm glad you like it :)
Sorry, this model is not available to the community, it is a private version.
I have pj0QwenRealV1_fp8.safetensors it's amazing, can you make the new models available behind a paywall?

