How to use grugger/chubas with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("grugger/chubas", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0]
will these models work without the holo Loras? are they merges with the hll3.1?
models in the /models folder are hll3.1 merges, the /models/hll1 folder has hll1 merges
/models
/models/hll1
· Sign up or log in to comment