Giter Site home page Giter Site logo

Comments (6)

gpetters94 avatar gpetters94 commented on June 8, 2024

Can you provide some more info? I'm not able to reproduce with runwayml/stable-diffusion-v1-5 - it seems to generate 256x256 images just fine.

from shark.

axel578 avatar axel578 commented on June 8, 2024

Can you provide some more info? I'm not able to reproduce with runwayml/stable-diffusion-v1-5 - it seems to generate 256x256 images just fine.

Hey thanks for your reponse @gpetters94

The workflow that doesnt work for me is on a ryzen 7 7735 HS 680 M gpu,

workflow:
use https://civitai.com/models/9409/or-anything-v5ink as cpkt or safetensors

try to generate an image in 256x256 through the API in the api request.

If it works for you, could you tell me what you use as file config and command line arguments and API call arguments ?

from shark.

axel578 avatar axel578 commented on June 8, 2024

Also custom model is not possible in API request

from shark.

axel578 avatar axel578 commented on June 8, 2024

@gpetters94 any progress ? :)

from shark.

axel578 avatar axel578 commented on June 8, 2024

@gpetters94 ??

from shark.

gpetters94 avatar gpetters94 commented on June 8, 2024

I'm not able to reproduce what you're seeing, I've gotten that model to work just fine. Can you try these commands?

SHARK command: python3 apps/stable_diffusion/web/index.py --import_mlir --server_port 7860 --api --clear_all

API call: curl --header "Content-Type: application/json" --request POST --data '{"prompt":"Cat standing in a field", "negative_prompt": "deformed, ugly", "seed": "-1", "height": 256, "width": 256, "steps": 50, "cfg_scale": 7, "custom_vae": "https://civitai.com/models/9409/or-anything-v5ink"}' http://192.168.16.1:7860/sdapi/v1/txt2img

If those work, can you post the commands you were running? They might have been incorrectly formatted.

from shark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.