Instructions to use Yuanzhe/ERIC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yuanzhe/ERIC with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-XL-v9", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Yuanzhe/ERIC") prompt = "<lora:ERIC-XL:1>, liujinhuan, pure color background, looking at camera, Full Body Photo, mint green t-shirt, grey background, confident, portrait " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: images/00118-1754184147.png | |
| text: >- | |
| <lora:ERIC-XL:1>, liujinhuan, pure color background, looking at camera, Full | |
| Body Photo, mint green t-shirt, grey background, confident, portrait | |
| parameters: | |
| negative_prompt: >- | |
| bad anatomy, bad hands, three hands, three legs, bad arms, missing legs, | |
| missing arms, poorly drawn face, poorly rendered hands, bad face, fused | |
| face, cloned face, worst face, three crus, extra crus, fused crus, worst | |
| feet, three feet, fused feet, fused thigh, three thigh, extra thigh, worst | |
| thigh, missing fingers, extra fingers, ugly fingers, long fingers, bad | |
| composition, horn, extra eyes, huge eyes, 2girl, amputation, disconnected | |
| limbs, cartoon, cg, 3d, unreal, animate, cgi, render, artwork, | |
| illustration, 3d render, cinema 4d, artstation, octane render, mutated | |
| body parts, painting, oil painting, 2d, sketch, bad photography, bad | |
| photo, deviant art, aberrations, abstract, anime, black and white, | |
| collapsed, conjoined, creative, drawing, extra windows, harsh lighting, | |
| jpeg artifacts, low saturation, monochrome, multiple levels, overexposed, | |
| oversaturated, photoshop, rotten, surreal, twisted, UI, underexposed, | |
| unnatural, unreal engine, unrealistic, video game, deformed body features, | |
| logo, text | |
| base_model: RunDiffusion/Juggernaut-XL-v9 | |
| instance_prompt: liujinhuan | |
| license: creativeml-openrail-m | |
| # ERIC | |
| <Gallery /> | |
| ## Model description | |
| Eric's Real Image Clone (ERIC) | |
| Computer Science project. | |
| ## Trigger words | |
| You should use `liujinhuan` to trigger the image generation. | |
| ## Download model | |
| [Download](/Yuanzhe/ERIC/tree/main) them in the Files & versions tab. | |